ParkingPriceResponse

fun ParkingPriceResponse(paymentDetails: ParkingPaymentDetails, rates: List<ParkingRate> = emptyList(), parkingPrice: ParkingPrice? = null, additionalInfo: String? = null)

Parameters

paymentDetails

Details of the payment procedure.

rates

Details of the parking rates.

parkingPrice

Details of the ParkingPrice.

additionalInfo

Any additional info which could be relevant, presented in local language.