HireVehicleStation

data class HireVehicleStation(coords: Coords, name: String?, serviceId: String?, numberOfVehiclesAvailable: Int?, numberOfDocksAvailable: Int?)

Properties

Link copied to clipboard
val coords: Coords
Link copied to clipboard
val name: String?
Link copied to clipboard
val numberOfDocksAvailable: Int?
Link copied to clipboard
val numberOfVehiclesAvailable: Int?
Link copied to clipboard
val serviceId: String?