Skip to content

Latest commit

 

History

History
46 lines (20 loc) · 956 Bytes

TemplateLimitConfig.md

File metadata and controls

46 lines (20 loc) · 956 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")

  • Store (value: "Store")

  • Session (value: "Session")