DriverOrderResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | [default to null] | |
| code | String | [default to null] | |
| currency_code | String | [default to null] | |
| verification_code | String | [default to null] | |
| note | String | [default to null] | |
| type | String | [default to null] | |
| status | OrderStatus | [default to null] | |
| payment_status | PaymentStatus | [default to null] | |
| sub_total | Double | [default to null] | |
| discount | Double | [default to null] | |
| delivery_fee | Double | [default to null] | |
| comission | Double | [optional] [default to null] | |
| tax | Double | [default to null] | |
| tax_rate | Double | [optional] [default to null] | |
| tip | Double | [optional] [default to null] | |
| total | Double | [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] | |
| user_id | Long | [default to null] | |
| driver_id | Long | [optional] [default to null] | |
| pickup_date | String | [optional] [default to null] | |
| pickup_time | String | [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] | |
| user | UserInfo | [optional] [default to null] | |
| driver | DriverInfo | [optional] [default to null] | |
| delivery_address | DeliveryAddressInfo | [optional] [default to null] | |
| payment_method | PaymentMethodInfo | [optional] [default to null] | |
| vendor | OrderVendorInfo | [optional] [default to null] | |
| order_products | List | [default to null] | |
| order_service_items | List | [default to null] | |
| order_stops | List | [default to null] | |
| statuses | List | [default to null] | |
| weight | String | [optional] [default to null] | |
| length | String | [optional] [default to null] | |
| height | String | [optional] [default to null] | |
| width | String | [optional] [default to null] | |
| payer | String | [optional] [default to null] | |
| recipient_name | String | [optional] [default to null] | |
| recipient_phone | String | [optional] [default to null] | |
| photo | String | [optional] [default to null] |