Skip to Content

FareCalculationVehicleType

Properties

NameTypeDescriptionNotes
idLongUnique identifier for the vehicle type.[default to null]
nameStringName of the vehicle type.[default to null]
base_fareDoubleBase fare for the vehicle type.[default to null]
distance_fareDoubleDistance-based fare.[default to null]
time_fareDoubleTime-based fare.[default to null]
min_fareDoubleMinimum fare for the vehicle type.[default to null]
currencyStringCurrency for the fare.[optional] [default to null]
totalDoubleTotal fare calculated.[default to null]
taxDoubleTax applied to the fare.[default to null]
encryptedStringOptional encrypted data for the vehicle type.[optional] [default to null]
photoStringPhoto URL for the vehicle type.[optional] [default to null]

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