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: Date? = 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(val paymentDetails: ParkingPaymentDetails, val rates: List<ParkingRate> = emptyList(), val parkingPrice: ParkingPrice? = null, val additionalInfo: String? = null)

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