ParkingPriceResponse
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP] )
Response of a parking price request from ParkingDetailProvider.
Constructors
Link copied to clipboard
constructor(@Size(min = 1) rates: List<Rate>, paymentDetails: PaymentDetails? = null, parkingPrice: Price? = null, additionalInfo: String? = null)
Properties
Link copied to clipboard
Any additional info which could be relevant, presented in local language.
Link copied to clipboard
Details of the Price.
Link copied to clipboard
Details of the payment procedure.