Class: TerminalManagementTimeCondition

payments.TerminalManagementTimeCondition()

new TerminalManagementTimeCondition()

Source:

Methods

(static) TerminalManagementTimeCondition#getConditionType() → {payments.TimeConditionType}

Get the field value Type of time condition
Source:
Returns:
Type
payments.TimeConditionType

(static) TerminalManagementTimeCondition#getDelay() → {String}

Get the field value MMDDhhmm format to calculate periodic time or waiting time
Source:
Returns:
Type
String

(static) TerminalManagementTimeCondition#getMaxCount() → {Number}

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

(static) TerminalManagementTimeCondition#getStartTime() → {Number}

Get the field value epoch time (start time)
Source:
Returns:
must be a long integer
Type
Number

(static) TerminalManagementTimeCondition#setConditionType(conditionType)

Set the field value Type of time condition
Parameters:
Name Type Description
conditionType payments.TimeConditionType
Source:

(static) TerminalManagementTimeCondition#setDelay(delay)

Set the field value MMDDhhmm format to calculate periodic time or waiting time
Parameters:
Name Type Description
delay String
Source:

(static) TerminalManagementTimeCondition#setMaxCount(maxCount)

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

(static) TerminalManagementTimeCondition#setStartTime(startTime)

Set the field value epoch time (start time)
Parameters:
Name Type Description
startTime Number must be a long integer
Source: