OrderResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | [default to null] | |
| code | String | [default to null] | |
| verification_code | String | [default to null] | |
| note | String | [default to null] | |
| order_type | String | [default to null] | |
| status | OrderStatus | [default to null] | |
| payment_status | PaymentStatus | [default to null] | |
| currency | CurrencyResponse | [default to null] | |
| delivery_address_id | Long | [optional] [default to null] | |
| payment_gateway_method_id | Long | [optional] [default to null] | |
| vendor_id | Long | [optional] [default to null] | |
| vendor_location_id | Long | [optional] [default to null] | |
| user_id | Long | [default to null] | |
| driver_id | Long | [optional] [default to null] | |
| created_at | Date | [default to null] | |
| updated_at | Date | [default to null] | |
| formatted_date | String | [default to null] | |
| payment_link | String | [default to null] | |
| doc_ref | String | [optional] [default to null] | |
| products | List | [optional] [default to null] | |
| stops | List | [optional] [default to null] | |
| user | UserResponse | [default to null] | |
| driver | UserResponse | [optional] [default to null] | |
| delivery_address | DeliveryAddressResponse | [optional] [default to null] | |
| payment_method | OrderPaymentMethod | [optional] [default to null] | |
| vendor | VendorResponse | [default to null] | |
| vendor_location | VendorLocationBriefInfo | [optional] [default to null] | |
| order_service | OrderServiceResponse | [optional] [default to null] | |
| taxi_order | TaxiOrderResponse | [optional] [default to null] | |
| package_type | OrderPackageTypeResponse | [optional] [default to null] | |
| pickup_location | DeliveryAddressResponse | [default to null] | |
| dropoff_location | DeliveryAddressResponse | [optional] [default to null] | |
| attachments | List | [optional] [default to null] | |
| fees | List | [optional] [default to null] | |
| statuses | List | [default to null] | |
| order_category | OrderCategory | [default to null] | |
| items | List | [optional] [default to null] | |
| status_history | List | [optional] [default to null] | |
| signature_url | String | [optional] [default to null] | |
| delivery_photo_url | String | [optional] [default to null] | |
| taxi_status | String | [default to null] | |
| duration | Long | [default to null] | |
| payment | OrderPaymentInfo | [optional] [default to null] | |
| pricing | OrderPricingInfo | Pricing breakdown grouped together | [default to null] |
| package | OrderPackageDetails | Package details grouped together | [default to null] |
| status_flags | OrderStatusFlags | Status flags grouped together | [default to null] |
| actions | OrderActionCapabilities | Action capabilities grouped together | [default to null] |
| booking | OrderBookingInfo | Booking info grouped together | [default to null] |