new TerminalManagementTimeCondition()
Methods
(static) TerminalManagementTimeCondition#getConditionType() → {payments.TimeConditionType}
Get the field value
Type of time condition
Returns:
(static) TerminalManagementTimeCondition#getDelay() → {String}
Get the field value
MMDDhhmm format to calculate periodic time or waiting time
Returns:
- Type
- String
(static) TerminalManagementTimeCondition#getMaxCount() → {Number}
Get the field value
Number of periods
Returns:
must be a long integer
- Type
- Number
(static) TerminalManagementTimeCondition#getStartTime() → {Number}
Get the field value
epoch time (start time)
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 |
(static) TerminalManagementTimeCondition#setDelay(delay)
Set the field value
MMDDhhmm format to calculate periodic time or waiting time
Parameters:
Name | Type | Description |
---|---|---|
delay |
String |
(static) TerminalManagementTimeCondition#setMaxCount(maxCount)
Set the field value
Number of periods
Parameters:
Name | Type | Description |
---|---|---|
maxCount |
Number | must be a long integer |
(static) TerminalManagementTimeCondition#setStartTime(startTime)
Set the field value
epoch time (start time)
Parameters:
Name | Type | Description |
---|---|---|
startTime |
Number | must be a long integer |