Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 969 Bytes

File metadata and controls

15 lines (11 loc) · 969 Bytes

Voucherify.Model.SimplePromotionTier

This is an object representing a simple promotion tier. Promotion tiers are always assigned to a campaign and cannot be used standalone.

Properties

Name Type Description Notes
Id string Unique promotion tier ID. [optional]
Name string Name of the promotion tier. [optional]
Banner string Text to be displayed to your customers on your website. [optional]
Campaign SimplePromotionTierCampaign [optional]
Metadata Object A set of custom key/value pairs that you can attach to a promotion tier. The metadata object stores all custom attributes assigned to the promotion tier. [optional]

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