ParkingPriceResponse

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