Model that describes price setting documents.
| Name | Type | Description |
|---|---|---|
| attached_user | User | Responsible person. |
| blocked | Boolean | Document blocked flag. |
| code | String | Price setting document code. Maximum length is 50 characters. |
| current_user_blocked | Boolean | Lock flag for the current user. |
| date | Int64 | Price setting document date as Unix time in seconds. |
| deleted_mark | Boolean | Deletion mark. |
| description | String | Additional description. Maximum length is 300 characters. |
| id | Int64 | Price setting document ID. |
| last_update | Int64 | Last record update date as Unix time in seconds. |
| performed | Boolean | Document posted flag. |
| price_type | PriceType | Price type. |