Model that describes commercial offer document operations.
| Name | Type | Description |
|---|---|---|
| document_id | Int64 | Commercial offer document ID. |
| id | Int64 | Commercial offer document operation ID. |
| item | Item | Item. |
| last_update | Int64 | Last record update time as Unix time. |
| price | Decimal | Item price. |
| quantity | Decimal | Item quantity. |
| 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. |
| vat_value | Decimal | VAT rate value. |