Package-level declarations

Includes the Parking Prices API related models, applicable in the implementation of the parking price provider.

Types

Link copied to clipboard

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

Link copied to clipboard
data class ParkingPriceOptions(val parkingDetailId: ParkingDetailId, 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)

Response of a parking price request from ParkingDetailProvider.