Model that describes retail order delivery documents.
| Name | Type | Description |
|---|---|---|
| address | String | Order delivery address. |
| amount | Decimal | Retail order document amount. |
| blocked | Boolean | Document blocked flag. |
| card | RetailCard | Full customer card. |
| code | String | Document code. |
| courier | DeliveryCourier | Courier. |
| current_user_blocked | Boolean | Indicates whether the document is blocked by the current user. |
| customer | RetailCustomer | Customer. |
| date | Int64 | Document date. |
| deleted_mark | Boolean | Deletion mark. |
| delivery_date | Int64 | Order delivery date as Unix time. |
| delivery_type | DeliveryType | Delivery type. |
| description | String | Additional description. |
| external_code | String | Order code in the external system. |
| from | DeliveryFrom | Retail order source. |
| id | Int64 | Retail order document ID. |
| last_update | Int64 | Last record update date as Unix time in seconds. |
| location | Location | Delivery location. |
| operating_cash_id | Int64 | Operating cash ID. |
| payment_type | PaymentType | Order payment type. |
| phone | String | Phone number. |
| price_type | PriceType | Price type. |
| qrcodeurl | String | Fiscal cheque link in the fiscal data operator system, printed in the cheque QR code. If this link exists, the cheque is already fiscalized and will not be fiscalized again. |
| status | DocumentStatus | Document status. |
| stock | Stock | Stock. |