Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.02 KB

LimitConfig.md

File metadata and controls

39 lines (24 loc) · 1.02 KB

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"
STORE "Store"
SESSION "Session"