new TerminalManagementEvent()
Methods
(static) TerminalManagementEvent#getAction() → {payments.TerminalManagementPlanAction}
Get the field value
The action this event relates to
Returns:
(static) TerminalManagementEvent#getAdditionalInfo() → {String}
Get the field value
additional info regarding the task outcome (e.g. error info)
Returns:
- Type
- String
(static) TerminalManagementEvent#getCreatedTime() → {Number}
Get the field value
Timestamp indicating when the note was last updated.
Returns:
must be a long integer
- Type
- Number
(static) TerminalManagementEvent#getResult() → {payments.TerminalManagementActionResult}
Get the field value
result of the task
Returns:
(static) TerminalManagementEvent#setAction(action)
Set the field value
The action this event relates to
Parameters:
Name | Type | Description |
---|---|---|
action |
payments.TerminalManagementPlanAction |
(static) TerminalManagementEvent#setAdditionalInfo(additionalInfo)
Set the field value
additional info regarding the task outcome (e.g. error info)
Parameters:
Name | Type | Description |
---|---|---|
additionalInfo |
String |
(static) TerminalManagementEvent#setCreatedTime(createdTime)
Set the field value
Timestamp indicating when the note was last updated.
Parameters:
Name | Type | Description |
---|---|---|
createdTime |
Number | must be a long integer |
(static) TerminalManagementEvent#setResult(result)
Set the field value
result of the task
Parameters:
Name | Type | Description |
---|---|---|
result |
payments.TerminalManagementActionResult |