new TerminalManagementPlan()
Methods
(static) TerminalManagementPlan#getActions() → {Array.<payments.TerminalManagementPlanAction>}
Get the field value
Container for terminal management plan data
Returns:
An array of
- Type
- Array.<payments.TerminalManagementPlanAction>
(static) TerminalManagementPlan#getCreatedTime() → {Number}
Get the field value
epoch time for the creation of the plan
Returns:
must be a long integer
- Type
- Number
(static) TerminalManagementPlan#getEvents() → {Array.<payments.TerminalManagementEvent>}
Get the field value
Returns:
An array of
- Type
- Array.<payments.TerminalManagementEvent>
(static) TerminalManagementPlan#getName() → {String}
Get the field value
Returns:
- Type
- String
(static) TerminalManagementPlan#getSource() → {String}
Get the field value
id of the source of the plan
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 |
(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 |
(static) TerminalManagementPlan#setEvents(events)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
events |
Array.<payments.TerminalManagementEvent> | An array of |
(static) TerminalManagementPlan#setName(name)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
name |
String |
(static) TerminalManagementPlan#setSource(source)
Set the field value
id of the source of the plan
Parameters:
Name | Type | Description |
---|---|---|
source |
String |