Skip to Content

BookTaxiOrderRequest

Properties

NameTypeDescriptionNotes
vehicle_type_idLongID of the vehicle type for this booking.[optional] [default to null]
pickupPickupDropoffPickup location details.[optional] [default to null]
dropoffPickupDropoffDropoff location details.[optional] [default to null]
payment_gateway_method_idLongID of the payment gateway method to use (system payment options like Wallet, Cash, Stripe).[default to null]
sub_totalDoubleSubtotal amount before taxes and fees.[default to null]
discountDoubleDiscount amount applied to the order.[optional] [default to null]
tipDoubleTip amount for the driver.[optional] [default to null]
taxDoubleTax amount applied to the order.[optional] [default to null]
totalDoubleTotal amount for the order.[default to null]
pickup_dateStringScheduled pickup date in YYYY-MM-DD format.[optional] [default to null]
pickup_timeStringScheduled pickup time in HH:MM:SS format.[optional] [default to null]
coupon_codeStringCoupon code to apply to the order.[optional] [default to null]
feesListAdditional fees applied to the order.[optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]