TaxiOrderResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | [default to null] | |
| order_id | Long | [default to null] | |
| passenger_count | Integer | [optional] [default to null] | |
| status | String | [default to null] | |
| created_at | String | [default to null] | |
| updated_at | String | [default to null] | |
| currency | CurrencyResponse | [optional] [default to null] | |
| pickup | TaxiLocationPoint | Pickup location grouped together | [default to null] |
| dropoff | TaxiLocationPoint | Dropoff location grouped together | [default to null] |
| metrics | TaxiTripMetrics | Trip metrics grouped together | [default to null] |
| timing | TaxiTiming | Trip timing grouped together | [default to null] |
| fare | TaxiFareBreakdown | Fare breakdown grouped together | [default to null] |
| vehicle | TaxiVehicleInfo | Vehicle info grouped together | [default to null] |