Skip to Content

FeeCalculationRequest

Properties

NameTypeDescriptionNotes
pickup_latitudeDoublePickup latitude coordinate.[default to null]
pickup_longitudeDoublePickup longitude coordinate.[default to null]
dropoff_latitudeDoubleDropoff latitude coordinate (optional for delivery orders).[optional] [default to null]
dropoff_longitudeDoubleDropoff longitude coordinate (optional for delivery orders).[optional] [default to null]
order_typeOrderTypeType of order (delivery or taxi).[default to null]
zone_idLongZone ID (if known).[optional] [default to null]
vehicle_type_idLongVehicle type ID for taxi orders.[optional] [default to null]
base_amountDoubleBase order amount for percentage calculations.[default to null]
currency_codeStringCurrency code for the order.[default to null]
country_codeStringCountry code in ISO2 format (e.g., “EE”, “LV”, “LT”).[optional] [default to null]

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