BookTaxiOrderRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| vehicle_type_id | Long | ID of the vehicle type for this booking. | [optional] [default to null] |
| pickup | PickupDropoff | Pickup location details. | [optional] [default to null] |
| dropoff | PickupDropoff | Dropoff location details. | [optional] [default to null] |
| payment_gateway_method_id | Long | ID of the payment gateway method to use (system payment options like Wallet, Cash, Stripe). | [default to null] |
| sub_total | Double | Subtotal amount before taxes and fees. | [default to null] |
| discount | Double | Discount amount applied to the order. | [optional] [default to null] |
| tip | Double | Tip amount for the driver. | [optional] [default to null] |
| tax | Double | Tax amount applied to the order. | [optional] [default to null] |
| total | Double | Total amount for the order. | [default to null] |
| pickup_date | String | Scheduled pickup date in YYYY-MM-DD format. | [optional] [default to null] |
| pickup_time | String | Scheduled pickup time in HH:MM:SS format. | [optional] [default to null] |
| coupon_code | String | Coupon code to apply to the order. | [optional] [default to null] |
| fees | List | Additional fees applied to the order. | [optional] [default to null] |