Model that describes cash servers.
| Name | Type | Description |
|---|---|---|
| active | Boolean | Cash server active flag. |
| firm | Firm | Company. |
| id | Int64 | Cash server ID. |
| last_sync | Int64 | Last synchronization date as Unix time in seconds. |
| last_update | Int64 | Last record update date as Unix time in seconds. |
| name | String | Cash server name. |
| sync_status | String | Synchronization status: Waiting - waiting, Started - started, Finished - finished, Error - error. Allowed values: Default, Waiting, Started, Finished, Error. |