Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.26 KB

File metadata and controls

41 lines (30 loc) · 1.26 KB

CreateBalanceLimitPayload

Properties

Name Type Description Notes
constraintType ConstraintTypeEnum Defines whether the limit applies to transaction count or amount.
durationUnit DurationUnitEnum Unit of time for which the limit is applicable.
durationValue Integer Number of time units for the balance limit.
slidingSchedule Boolean Determines if the limit resets on a rolling schedule. [optional]
transactionType TransactionTypeEnum Specifies whether the limit applies to credit or debit transactions.
value Integer Maximum allowed value for the specified constraint type.

Enum: ConstraintTypeEnum

Name Value
TRANSACTION "transaction"
AMOUNT "amount"

Enum: DurationUnitEnum

Name Value
DAY "day"
WEEK "week"
MONTH "month"
YEAR "year"

Enum: TransactionTypeEnum

Name Value
CREDIT "credit"
DEBIT "debit"