Model that describes document statuses in the system.
| Name | Type | Description |
|---|---|---|
| document_type_id | Int64 | ID of the document type that the status belongs to. |
| id | Int64 | Status ID. |
| last_update | Int64 | Last record update date as Unix time in seconds. |
| name | String | Status name. |
| name_var | String | Translation key for the status name. |
| order | Int32 | Status order. |