RateDetails

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