Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 3.77 KB

File metadata and controls

51 lines (34 loc) · 3.77 KB

Voucherify.MemberActivityDataRedemptionPromotionTier

Properties

Name Type Description Notes
id String Unique promotion tier ID. [optional]
name String Name of the promotion tier. [optional]
banner String Text to be displayed to your customers on your website. [optional]
campaign MemberActivityDataRedemptionPromotionTierCampaign [optional]
metadata Object A set of custom key/value pairs that you can attach to a promotion tier. The metadata object stores all custom attributes assigned to the promotion tier. and The metadata object stores all custom attributes assigned to the promotion tier. A set of key/value pairs that you can attach to a promotion tier object. It can be useful for storing additional information about the promotion tier in a structured format. [optional]
createdAt Date Timestamp representing the date and time when the promotion tier was created. The value is shown in the ISO 8601 format. [optional]
updatedAt Date Timestamp representing the date and time when the promotion tier was updated. The value is shown in the ISO 8601 format. [optional]
action MemberActivityDataRedemptionPromotionTierAction [optional]
hierarchy Number The promotions hierarchy defines the order in which the discounts from different tiers will be applied to a customer's order. If a customer qualifies for discounts from more than one tier, discounts will be applied in the order defined in the hierarchy. [optional]
promotionId String Promotion unique ID. [optional]
campaignId String Promotion tier's parent campaign's unique ID. [optional]
active Boolean A flag to toggle the promotion tier on or off. You can disable a promotion tier even though it's within the active period defined by the `start_date` and `expiration_date`. - `true` indicates an active promotion tier - `false` indicates an inactive promotion tier [optional]
startDate Date Activation timestamp defines when the promotion tier starts to be active in ISO 8601 format. Promotion tier is inactive before this date. [optional]
expirationDate Date Activation timestamp defines when the promotion tier expires in ISO 8601 format. Promotion tier is inactive after this date. [optional]
validityTimeframe ValidityTimeframe [optional]
validityDayOfWeek [Number] Integer array corresponding to the particular days of the week in which the voucher is valid. - `0` Sunday - `1` Monday - `2` Tuesday - `3` Wednesday - `4` Thursday - `5` Friday - `6` Saturday [optional]
validityHours ValidityHours [optional]
summary MemberActivityDataRedemptionPromotionTierSummary [optional]
object String The type of the object represented by JSON. This object stores information about the promotion tier. [optional] [default to 'promotion_tier']
validationRuleAssignments ValidationRuleAssignmentsList [optional]
categoryId String Promotion tier category ID. [optional]
categories [Category] [optional]

Enum: [ValidityDayOfWeekEnum]

  • 0 (value: 0)

  • 1 (value: 1)

  • 2 (value: 2)

  • 3 (value: 3)

  • 4 (value: 4)

  • 5 (value: 5)

  • 6 (value: 6)