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.

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.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard