isRenting

@SerialName(value = "is_renting")
val isRenting: IntBoolean(source)

Is the station currently renting vehicles?

  • true - Station is renting vehicles. Even if the station is empty, if it would otherwise allow rentals, this value MUST be true.

  • false - Station is not renting vehicles.