This enumerated type indicates the comparison of thresholds applicable to the transaction period.
Type that uses ThresholdTypeEnum
Call that uses ThresholdTypeEnum
GET
Enumerations
MORE_THAN
This value indicates the transaction period is longer than the specified threshold. For example, if the threshold value was 30 days, this value indicates periods exceeding 30 days.
LESS_THAN
This value indicates the transaction period is shorter than the specified threshold. For example, if the threshold value was 30 days, this value indicates periods falling short of 30 days.
EQUAL
This value indicates the transaction period matches the specified threshold.