Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 1.22 KB

PromotionStack.md

File metadata and controls

17 lines (14 loc) · 1.22 KB

# PromotionStack

Properties

Name Type Description Notes
name string Promotion stack name. [optional]
tiers \OpenAPI\Client\Model\PromotionStackTiers [optional]
id string 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 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']
category_id string Promotion stack category ID. [optional]
categories \OpenAPI\Client\Model\Category[] Details about the category assigned to the promotion stack. [optional]

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