RateDetails

data class RateDetails(@Size(min = 1) val parkingPeriods: List<TimePeriod>, @Size(min = 1) val offeredTickets: List<Ticket>)

Price details for a single parking service type.

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

Constructors

Link copied to clipboard
constructor(@Size(min = 1) parkingPeriods: List<TimePeriod>, @Size(min = 1) offeredTickets: List<Ticket>)

Properties

Link copied to clipboard

Defines the tickets offered by this parking location.

Link copied to clipboard

The parking periods are real date ranges in ascending order within the current or upcoming week. Usually, the parking periods are based on weekdays, so for the following weeks, the same weekday ranges can be extrapolated.