isRenting

@SerialName(value = "is_renting")
val isRenting: Boolean(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.

If the station is temporarily taken out of service and not allowing rentals, this field MUST be set to false.