This is an object representing a simple promotion tier. Promotion tiers are always assigned to a campaign and cannot be used standalone.
| 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] |