Skip to content

Latest commit

 

History

History
42 lines (18 loc) · 892 Bytes

TemplateLimitConfig.md

File metadata and controls

42 lines (18 loc) · 892 Bytes

TalonOne.TemplateLimitConfig

Properties

Name Type Description Notes
action String The limitable action to which this limit applies. For example: - `setDiscount` - `setDiscountEffect` - `redeemCoupon` - `createCoupon`
limit Number The value to set for the limit.
period String The period on which the budget limit recurs. [optional]
entities [String] The entity that this limit applies to.

Enum: PeriodEnum

  • daily (value: "daily")

  • weekly (value: "weekly")

  • monthly (value: "monthly")

  • yearly (value: "yearly")

Enum: [EntitiesEnum]

  • Coupon (value: "Coupon")

  • Referral (value: "Referral")

  • Profile (value: "Profile")

  • Identifier (value: "Identifier")