Class: TerminalManagementPlanAction

payments.TerminalManagementPlanAction()

new TerminalManagementPlanAction()

Source:

Methods

(static) TerminalManagementPlanAction#getAdditionalProcesses() → {Array.<payments.ManagementPlanActionAdditionalProcess>}

Get the field value Additional processing before or after the action
Source:
Returns:
An array of
Type
Array.<payments.ManagementPlanActionAdditionalProcess>

(static) TerminalManagementPlanAction#getDataSetCreateDate() → {Number}

Get the field value
Source:
Returns:
must be a long integer
Type
Number

(static) TerminalManagementPlanAction#getDataSetName() → {String}

Get the field value
Source:
Returns:
Type
String

(static) TerminalManagementPlanAction#getDataSetType() → {payments.ManagementPlanDataType}

Get the field value
Source:
Returns:
Type
payments.ManagementPlanDataType

(static) TerminalManagementPlanAction#getDataSetVersion() → {String}

Get the field value
Source:
Returns:
Type
String

(static) TerminalManagementPlanAction#getEndTime() → {Number}

Get the field value Time after which this task should NOT be run
Source:
Returns:
must be a long integer
Type
Number

(static) TerminalManagementPlanAction#getErrorActions() → {Array.<payments.TerminalManagementErrorAction>}

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

(static) TerminalManagementPlanAction#getMaxRetries() → {Number}

Get the field value
Source:
Returns:
must be an integer
Type
Number

(static) TerminalManagementPlanAction#getRetry() → {Boolean}

Get the field value
Source:
Returns:
Type
Boolean

(static) TerminalManagementPlanAction#getRetryDelay() → {String}

Get the field value MMDDhhmm formatted time to wait before retrying
Source:
Returns:
Type
String

(static) TerminalManagementPlanAction#getTimeCondition() → {payments.TerminalManagementTimeCondition}

Get the field value Condition for when to start this task
Source:
Returns:
Type
payments.TerminalManagementTimeCondition

(static) TerminalManagementPlanAction#getTriggerType() → {payments.ManagementPlanActionTriggerType}

Get the field value
Source:
Returns:
Type
payments.ManagementPlanActionTriggerType

(static) TerminalManagementPlanAction#getType() → {payments.ManagementPlanActionType}

Get the field value
Source:
Returns:
Type
payments.ManagementPlanActionType

(static) TerminalManagementPlanAction#setAdditionalProcesses(additionalProcesses)

Set the field value Additional processing before or after the action
Parameters:
Name Type Description
additionalProcesses Array.<payments.ManagementPlanActionAdditionalProcess> An array of
Source:

(static) TerminalManagementPlanAction#setDataSetCreateDate(dataSetCreateDate)

Set the field value
Parameters:
Name Type Description
dataSetCreateDate Number must be a long integer
Source:

(static) TerminalManagementPlanAction#setDataSetName(dataSetName)

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

(static) TerminalManagementPlanAction#setDataSetType(dataSetType)

Set the field value
Parameters:
Name Type Description
dataSetType payments.ManagementPlanDataType
Source:

(static) TerminalManagementPlanAction#setDataSetVersion(dataSetVersion)

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

(static) TerminalManagementPlanAction#setEndTime(endTime)

Set the field value Time after which this task should NOT be run
Parameters:
Name Type Description
endTime Number must be a long integer
Source:

(static) TerminalManagementPlanAction#setErrorActions(errorActions)

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

(static) TerminalManagementPlanAction#setMaxRetries(maxRetries)

Set the field value
Parameters:
Name Type Description
maxRetries Number must be an integer
Source:

(static) TerminalManagementPlanAction#setRetry(retry)

Set the field value
Parameters:
Name Type Description
retry Boolean
Source:

(static) TerminalManagementPlanAction#setRetryDelay(retryDelay)

Set the field value MMDDhhmm formatted time to wait before retrying
Parameters:
Name Type Description
retryDelay String
Source:

(static) TerminalManagementPlanAction#setTimeCondition(timeCondition)

Set the field value Condition for when to start this task
Parameters:
Name Type Description
timeCondition payments.TerminalManagementTimeCondition
Source:

(static) TerminalManagementPlanAction#setTriggerType(triggerType)

Set the field value
Parameters:
Name Type Description
triggerType payments.ManagementPlanActionTriggerType
Source:

(static) TerminalManagementPlanAction#setType(type)

Set the field value
Parameters:
Name Type Description
type payments.ManagementPlanActionType
Source: