# VoucherifySdk::PromotionsStacksGetResponseBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | Promotion stack name. | [optional] | | **tiers** | [**PromotionsStacksGetResponseBodyTiers**](PromotionsStacksGetResponseBodyTiers.md) | | [optional] | | **id** | **String** | Unique promotion stack ID. | [optional] | | **created_at** | **Time** | Timestamp representing the date and time when the promotion stack was created. The value is shown in the ISO 8601 format. | [optional] | | **updated_at** | **Time** | Timestamp representing the date and time when the promotion stack was updated. The value is shown in the ISO 8601 format. | [optional] | | **campaign_id** | **String** | Promotion stack's parent campaign's unique ID. | [optional] | | **object** | **String** | The type of the object represented by JSON. | [optional][default to 'promotion_stack'] | | **category_id** | **String** | Promotion stack category ID. | [optional] | | **categories** | [**Array<Category>**](Category.md) | Details about the category assigned to the promotion stack. | [optional] |