Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.2 KB

File metadata and controls

18 lines (14 loc) · 1.2 KB

Voucherify.Model.PromotionsStacksCreateResponseBody

Response body schema for POST v1/promotions/{campaignId}/stacks.

Properties

Name Type Description Notes
Name string Promotion stack name. [optional]
Tiers PromotionsStacksCreateResponseBodyTiers [optional]
Id string Unique promotion stack ID. [optional]
CreatedAt DateTimeOffset? Timestamp representing the date and time when the promotion stack was created. 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]
CategoryId string Promotion stack category ID. [optional]
Categories List<PromotionStackBase> Details about the category assigned to the promotion stack. [optional]

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