VehicleType
data class VehicleType(val vehicleTypeId: String, val maxCapacity: Int? = null, val wheelchairBoarding: WheelchairBoarding? = null)(source)
Information about a specific vehicle type used in on-demand services.
Constructors
Link copied to clipboard
constructor(vehicleTypeId: String, maxCapacity: Int? = null, wheelchairBoarding: WheelchairBoarding? = null)