Class: TerminalManagementEvent

payments.TerminalManagementEvent()

new TerminalManagementEvent()

Source:

Methods

(static) TerminalManagementEvent#getAction() → {payments.TerminalManagementPlanAction}

Get the field value The action this event relates to
Source:
Returns:
Type
payments.TerminalManagementPlanAction

(static) TerminalManagementEvent#getAdditionalInfo() → {String}

Get the field value additional info regarding the task outcome (e.g. error info)
Source:
Returns:
Type
String

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

Get the field value Timestamp indicating when the note was last updated.
Source:
Returns:
must be a long integer
Type
Number

(static) TerminalManagementEvent#getResult() → {payments.TerminalManagementActionResult}

Get the field value result of the task
Source:
Returns:
Type
payments.TerminalManagementActionResult

(static) TerminalManagementEvent#setAction(action)

Set the field value The action this event relates to
Parameters:
Name Type Description
action payments.TerminalManagementPlanAction
Source:

(static) TerminalManagementEvent#setAdditionalInfo(additionalInfo)

Set the field value additional info regarding the task outcome (e.g. error info)
Parameters:
Name Type Description
additionalInfo String
Source:

(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
Source:

(static) TerminalManagementEvent#setResult(result)

Set the field value result of the task
Parameters:
Name Type Description
result payments.TerminalManagementActionResult
Source: