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.
Parameters
parkingPeriods
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.
offeredTickets
Defines the tickets offered by this parking location.