OrderDetailsResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the order. | [default to null] |
| status | OrderStatus | Current status of the order. | [default to null] |
| currency | CurrencyResponse | [optional] [default to null] | |
| user | OrderUser | [optional] [default to null] | |
| driver | TaxiDriverInfoResponse | [optional] [default to null] | |
| payment_method | OrderPaymentMethod | [optional] [default to null] | |
| taxi_order | TaxiOrderResponse | [optional] [default to null] | |
| taxi_status | OrderStatus | [optional] [default to null] | |
| total | Double | [optional] [default to null] |