Skip to Content

VehicleTypeDetail

Properties

NameTypeDescriptionNotes
idLongUnique identifier for the vehicle type.[default to null]
nameStringName of the vehicle type.[default to null]
slugStringUnique slug identifier for the vehicle type.[default to null]
base_fareDoubleBase fare charged for this vehicle type.[default to null]
distance_fareDoublePer-distance fare rate for this vehicle type.[default to null]
time_fareDoublePer-time fare rate for this vehicle type.[default to null]
min_fareDoubleMinimum fare charged for this vehicle type.[default to null]
in_orderIntegerDisplay order position for this vehicle type.[default to null]
is_activeBooleanWhether this vehicle type is active.[default to null]
created_atStringTimestamp when the vehicle type was created.[default to null]
updated_atStringTimestamp when the vehicle type was last updated.[default to null]

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