Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.2 KB

PromotionStack.md

File metadata and controls

20 lines (14 loc) · 1.2 KB

PromotionStack

Properties

Name Type Description Notes
name str Promotion stack name. [optional]
tiers PromotionStackTiers [optional]
id str Unique promotion stack ID. [optional]
created_at datetime Timestamp representing the date and time when the promotion stack was created. The value is shown in the ISO 8601 format. [optional]
updated_at datetime Timestamp representing the date and time when the promotion stack was updated. The value is shown in the ISO 8601 format. [optional]
campaign_id str Promotion stack's parent campaign's unique ID. [optional]
object str The type of the object represented by JSON. [optional] [default to 'promotion_stack']
category_id str Promotion stack category ID. [optional]
categories List[Category] Details about the category assigned to the promotion stack. [optional]

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