ParkingPriceOptions

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.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

parkingDetailId
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
constructor(parkingDetailId: ParkingDetailId, startTime: Calendar? = null, duration: Duration? = null)

Properties

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