Package-level declarations

Types

Link copied to clipboard

Callback that reports when a ParkingPriceResponse or SearchError has been received.

Link copied to clipboard
data class ParkingPriceOptions(val parkingInformationId: ParkingInformationId, val startTime: Calendar? = null, val duration: Duration? = null)

Describes the details of the parking price options. Provide startTime and duration to get the fees for parking for a particular time as a ParkingPriceResponse in the response.

Link copied to clipboard
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.