ParkingPriceResponse

fun ParkingPriceResponse(@Size(min = 1) rates: List<Rate>, paymentDetails: PaymentDetails? = null, parkingPrice: Price? = null, additionalInfo: String? = null)

Parameters

rates

Details of the parking rates.

paymentDetails

Details of the payment procedure.

parkingPrice

Details of the Price.

additionalInfo

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