Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 989 Bytes

LimitConfig.md

File metadata and controls

37 lines (22 loc) · 989 Bytes

LimitConfig

Properties

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.

Enum: PeriodEnum

Name Value
DAILY "daily"
WEEKLY "weekly"
MONTHLY "monthly"
YEARLY "yearly"

Enum: List<EntitiesEnum>

Name Value
COUPON "Coupon"
REFERRAL "Referral"
PROFILE "Profile"
IDENTIFIER "Identifier"