Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 2.35 KB

PromotionsTiersUpdateRequestBody.md

File metadata and controls

21 lines (18 loc) · 2.35 KB

# PromotionsTiersUpdateRequestBody

Properties

Name Type Description Notes
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\PromotionsTiersUpdateRequestBodyAction [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]
startDate \DateTime Activation timestamp defines when the promotion tier starts to be active in ISO 8601 format. Promotion tier is inactive before this date. [optional]
expirationDate \DateTime Activation timestamp defines when the promotion tier expires in ISO 8601 format. Promotion tier is inactive after this date. [optional]
validityTimeframe \OpenAPI\Client\Model\ValidityTimeframe [optional]
validityDayOfWeek int[] 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 \OpenAPI\Client\Model\ValidityHours [optional]
validationRuleAssignments \OpenAPI\Client\Model\ValidationRuleAssignmentsList [optional]
category string Assign a new or update the promotion tier's category using name. [optional]
categoryId string Assign a new or update the promotion tier's category using id [optional]

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