Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.29 KB

PromotionsStacksUpdateResponseBody.md

File metadata and controls

17 lines (14 loc) · 1.29 KB

# PromotionsStacksUpdateResponseBody

Properties

Name Type Description Notes
name string Promotion stack name. [optional]
tiers \OpenAPI\Client\Model\PromotionsStacksUpdateResponseBodyTiers [optional]
id string Unique promotion stack ID. [optional]
createdAt \DateTime Timestamp representing the date and time when the promotion stack was created. The value is shown in the ISO 8601 format. [optional]
updatedAt \DateTime Timestamp representing the date and time when the promotion stack was updated. The value is shown in the ISO 8601 format. [optional]
campaignId string Promotion stack's parent campaign's unique ID. [optional]
object string The type of the object represented by JSON. [optional] [default to 'promotion_stack']
categoryId string Promotion stack category ID. [optional]
categories \OpenAPI\Client\Model\PromotionStackBase[] Details about the category assigned to the promotion stack. [optional]

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