Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 3.39 KB

RedemptionsGetResponseBodyPromotionTier.md

File metadata and controls

29 lines (26 loc) · 3.39 KB

# RedemptionsGetResponseBodyPromotionTier

Properties

Name Type Description Notes
id string Unique promotion tier ID. [optional]
created_at \DateTime Timestamp representing the date and time when the promotion tier was created in ISO 8601 format. [optional]
updated_at \DateTime Timestamp representing the date and time when the promotion tier was updated in 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 \OpenAPI\Client\Model\RedemptionsGetResponseBodyPromotionTierAction [optional]
metadata object [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]
promotion_id string Promotion unique ID. [optional]
campaign \OpenAPI\Client\Model\RedemptionsGetResponseBodyPromotionTierCampaign [optional]
campaign_id 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]
start_date \DateTime Activation timestamp defines when the promotion tier starts to be active in ISO 8601 format. Promotion tier is inactive before this date. [optional]
expiration_date \DateTime Activation timestamp defines when the promotion tier expires in ISO 8601 format. Promotion tier is inactive after this date. [optional]
validity_timeframe \OpenAPI\Client\Model\RedemptionsGetResponseBodyPromotionTierValidityTimeframe [optional]
validity_day_of_week int[] Integer array corresponding to the particular days of the week in which the promotion tier is valid. - `0` Sunday - `1` Monday - `2` Tuesday - `3` Wednesday - `4` Thursday - `5` Friday - `6` Saturday [optional]
summary \OpenAPI\Client\Model\RedemptionsGetResponseBodyPromotionTierSummary [optional]
object string The type of object represented by JSON. This object stores information about the promotion tier. [optional] [default to 'promotion_tier']
validation_rule_assignments \OpenAPI\Client\Model\ValidationRuleAssignmentsList [optional]
category_id string Promotion tier category ID. [optional]
categories \OpenAPI\Client\Model\Category[] [optional]

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