ParkingPriceResponse

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

Describes the details of a single result item returned by the Parking Price API.

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.

Constructors

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

Properties

Link copied to clipboard
val additionalInfo: String? = null
Link copied to clipboard
val parkingPrice: Price? = null
Link copied to clipboard
Link copied to clipboard