Model that describes promotion settings.
| Name | Type | Description |
|---|---|---|
| deleted | Boolean | Deletion mark. |
| id | Int64 | Promotion setting ID. |
| key | String | Setting name: general_settings, one_time_enrollment, one_time_withdrawal, birthday_enrollment, periodically_enrollment, holiday_enrollment, item, item_group, setting_case, setting. |
| last_update | Int64 | Last record update date as Unix time in seconds. |
| program_id | Int64 | Promotion ID. |
| program_type_id | Int64 | Promotion type ID. |
| type | String | Setting type: Client (sent to cash registers), Server (server-side setting). Allowed values: Default, Client, Server. |
| value | String | Setting value. |