Model that describes retail order document operations.
| Name | Type | Description |
|---|---|---|
| actual_price | Decimal | Actualized price. actual_price is not null if the retail order document has price_type and/or stock specified in the DocOrderDelivery model. Actual quantity is calculated as current quantity minus reserved quantity. |
| actual_quantity | Decimal | Actualized quantity. |
| document_id | Int64 | Retail order document ID. |
| id | Int64 | Operation ID. |
| item | Item | Item. |
| last_update | Int64 | Last record update time as Unix time. |
| price | Decimal | Item price. |
| quantity | Decimal | Item quantity. |
| quantity_const | Decimal | Item quantity available in the stock specified for the order. |
| 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. |