Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 3.58 KB

File metadata and controls

31 lines (27 loc) · 3.58 KB

Voucherify.Model.RedemptionEntryPromotionTier

Properties

Name Type Description Notes
Id string Unique promotion tier ID. [optional]
CreatedAt DateTimeOffset? Timestamp representing the date and time when the promotion tier was created. The value is shown in the ISO 8601 format. [optional]
UpdatedAt DateTimeOffset? Timestamp representing the date and time when the promotion tier was updated. The value is shown in the ISO 8601 format. [optional]
Name string Name of the promotion tier. [optional]
Banner string Text to be displayed to your customers on your website. [optional]
Action RedemptionEntryPromotionTierAction [optional]
Metadata Object 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]
Hierarchy int? 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]
Campaign RedemptionEntryPromotionTierCampaign [optional]
CampaignId string Promotion tier's parent campaign's unique ID. [optional]
Active bool? 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 DateTimeOffset? Activation timestamp defines when the promotion tier starts to be active in ISO 8601 format. Promotion tier is inactive before this date. [optional]
ExpirationDate DateTimeOffset? Activation timestamp defines when the promotion tier expires in ISO 8601 format. Promotion tier is inactive after this date. [optional]
ValidityTimeframe ValidityTimeframe [optional]
ValidityDayOfWeek List<RedemptionEntryPromotionTier.ValidityDayOfWeekEnum> 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 RedemptionEntryPromotionTierSummary [optional]
Object string The type of the object represented by JSON. This object stores information about the promotion tier. [optional]
ValidationRuleAssignments ValidationRuleAssignmentsList [optional]
CategoryId string Promotion tier category ID. [optional]
Categories List<Category> [optional]

[Back to Model list] [Back to API list] [Back to README]