Model that describes retail sale document operations.
| Name | Type | Description |
|---|---|---|
| document | String | Retail sale document (cheque) UUID. |
| has_storno | Boolean | Indicates whether the operation is a reversal operation. |
| item | Item | Item. |
| last_update | Int64 | Last record update time as Unix time. |
| order | Int32 | Operation position in the sale document. |
| price | Decimal | Item price. |
| price2 | Decimal | Item price without discount. |
| promo_id | Int64 | Promotion ID. |
| quantity | Decimal | Item quantity. |
| stock_id | Int64 | Stock ID. |
| storno_uuid | String | UUID of the reversed operation. |
| uuid | String | Operation UUID. |
| vat_value | Decimal | VAT rate value in percent. |