Represents simplified promotion stack data.
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | Unique identifier of the promotion stack. | [optional] |
| name | str | Name of the promotion stack. | [optional] |
| category_id | str | Unique identifier of the category of the promotion stack. | [optional] |
| campaign | SimplePromotionStackCampaign | [optional] | |
| tiers | SimplePromotionStackTiers | [optional] |