ParkingPriceOptions

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.

Parameters

parkingInformationId
startTime

Start time as a Calendar object. Optional parameter.

duration

Duration in minutes. Taken into account only if startTime is provided.

Constructors

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

Properties

Link copied to clipboard
val duration: Duration? = null
Link copied to clipboard
val startTime: Calendar? = null