Model that describes a commercial offer document.
| Name | Type | Description |
|---|---|---|
| amount | Decimal | Commercial offer document amount. |
| attached_user | User | Responsible user. |
| blocked | Boolean | Document blocked flag. |
| code | String | Commercial offer document code. |
| currency | Currency | Commercial offer document currency. |
| date | Int64 | Commercial offer document date as Unix time in seconds. |
| deleted_mark | Boolean | Deletion mark. |
| description | String | Additional description. |
| exchange_rate | Decimal | Exchange rate. |
| id | Int64 | Commercial offer document ID. |
| last_update | Int64 | Last record update date as Unix time in seconds. |
| partner | Partner | Partner. |
| vat_calculation_type | String | VAT calculation mode: No - do not accrue, Exclude - included in the amount, Include - added on top. Allowed values: No, Exclude, Include. |