| 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. |
| Name | Value |
|---|---|
| TRANSACTION | "transaction" |
| AMOUNT | "amount" |
| Name | Value |
|---|---|
| DAY | "day" |
| WEEK | "week" |
| MONTH | "month" |
| YEAR | "year" |
| Name | Value |
|---|---|
| CREDIT | "credit" |
| DEBIT | "debit" |