| Name | Type | Description | Notes |
|---|---|---|---|
| action | String | The limitable action to which this limit applies. For example: - `setDiscount` - `setDiscountEffect` - `redeemCoupon` - `createCoupon` | |
| limit | BigDecimal | The value to set for the limit. | |
| period | PeriodEnum | The period on which the budget limit recurs. | [optional] |
| entities | List<EntitiesEnum> | The entity that this limit applies to. |
| Name | Value |
|---|---|
| DAILY | "daily" |
| WEEKLY | "weekly" |
| MONTHLY | "monthly" |
| YEARLY | "yearly" |
| Name | Value |
|---|---|
| COUPON | "Coupon" |
| REFERRAL | "Referral" |
| PROFILE | "Profile" |
| IDENTIFIER | "Identifier" |