Model that describes aggregate operation document operations.
| Name | Type | Description |
|---|---|---|
| document_id | Int64 | Aggregate operations document ID. |
| id | Int64 | Aggregate operation ID. |
| item | Item | Item. |
| last_update | Int64 | Last update time as Unix time. |
| order | Int64 | Operation order. |
| price | Decimal | Discounted cost. |
| price2 | Decimal | Cost without discount. |
| quantity | Decimal | 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. |