Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.38 KB

File metadata and controls

19 lines (15 loc) · 1.38 KB

Voucherify.Model.PromotionsStacksUpdateResponseBody

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

Properties

Name Type Description Notes
Name string Promotion stack name. [optional]
Tiers PromotionsStacksUpdateResponseBodyTiers [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]
UpdatedAt DateTimeOffset? 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]
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]