Class: TerminalManagementPlan

payments.TerminalManagementPlan()

new TerminalManagementPlan()

Source:

Methods

(static) TerminalManagementPlan#getActions() → {Array.<payments.TerminalManagementPlanAction>}

Get the field value Container for terminal management plan data
Source:
Returns:
An array of
Type
Array.<payments.TerminalManagementPlanAction>

(static) TerminalManagementPlan#getCreatedTime() → {Number}

Get the field value epoch time for the creation of the plan
Source:
Returns:
must be a long integer
Type
Number

(static) TerminalManagementPlan#getEvents() → {Array.<payments.TerminalManagementEvent>}

Get the field value
Source:
Returns:
An array of
Type
Array.<payments.TerminalManagementEvent>

(static) TerminalManagementPlan#getName() → {String}

Get the field value
Source:
Returns:
Type
String

(static) TerminalManagementPlan#getSource() → {String}

Get the field value id of the source of the plan
Source:
Returns:
Type
String

(static) TerminalManagementPlan#setActions(actions)

Set the field value Container for terminal management plan data
Parameters:
Name Type Description
actions Array.<payments.TerminalManagementPlanAction> An array of
Source:

(static) TerminalManagementPlan#setCreatedTime(createdTime)

Set the field value epoch time for the creation of the plan
Parameters:
Name Type Description
createdTime Number must be a long integer
Source:

(static) TerminalManagementPlan#setEvents(events)

Set the field value
Parameters:
Name Type Description
events Array.<payments.TerminalManagementEvent> An array of
Source:

(static) TerminalManagementPlan#setName(name)

Set the field value
Parameters:
Name Type Description
name String
Source:

(static) TerminalManagementPlan#setSource(source)

Set the field value id of the source of the plan
Parameters:
Name Type Description
source String
Source: