Station
constructor(stationId: String, name: String, shortName: String? = null, lat: Double, lon: Double, address: String? = null, crossStreet: String? = null, regionId: String? = null, postalCode: String? = null, rentalMethods: List<RentalMethod>? = null, isVirtualStation: Boolean? = null, stationArea: MultiPolygon? = null, parkingType: ParkingType? = null, parkingHoop: Boolean? = null, contactPhone: String? = null, capacity: Int? = null, vehicleCapacity: Map<String, Int>? = null, vehicleTypeCapacity: Map<String, Int>? = null, isValetStation: Boolean? = null, isChargingStation: Boolean? = null, rentalUris: RentalUris? = null)(source)