Skip to content

Latest commit

 

History

History
47 lines (21 loc) · 1.04 KB

CampaignStoreBudgetLimitConfig.md

File metadata and controls

47 lines (21 loc) · 1.04 KB

TalonOne.CampaignStoreBudgetLimitConfig

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.
imported Boolean Indicates whether this limit configuration is managed via a CSV file.

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")