Model that describes retail cash registers.
| Name | Type | Description |
|---|---|---|
| UserAccept | User | User who accepted the cash register for work. |
| auto_close | Boolean | Automatically closes the shift when the maximum number of cheques per shift is reached. |
| description | String | Additional description. Maximum length is 500 characters. |
| fields | Array of FieldValue | Custom field values. |
| id | Int64 | Retail cash register ID. |
| key | String | Retail cash register security key. Maximum length is 32 characters. |
| last_update | Int64 | Last record update date as Unix time in seconds. |
| max_cheque_quantity_in_session | Int32 | Maximum number of cheques per shift. |
| price_type | PriceType | Price type. |
| stock | Stock | Stock that the cash register belongs to. |
| virtual | Boolean | Indicates whether the cash register is virtual. |