List of item-level constraints that govern how the coupon can be redeemed in association with specific items.

Columns

No match found

coupon_id string, not null
Foreign Key coupons.id
A unique identifier that references the associated coupon.

constraint string, not null
Constraint applicable for the item. Possible values are:
  • all: Coupon applicable to all items.
  • criteria: Coupon applicable based on criteria.
  • none: Coupon not applicable to any items.
  • specific: Coupon applicable to specific items.

item_price_ids string, null
List of item price identifiers to which the coupon is applicable.

item_type string, not null
Item type for which this criteria is applicable. Possible values are:
  • addon: Addon
  • charge: Charge
  • plan: Plan