ParkingDuration
data class ParkingDuration(val repeatableDuration: RepeatableDuration? = null, val fuzzyDuration: FuzzyDuration? = null)
Duration information for Ticket. It can either be explicit with a value and a time unit or fuzzy such as evening or flatRate.
Important: This is a Public Preview API. It may be changed or removed at any time.
Parameters
repeatableDuration
The (repeatable) time period that is covered by the parking ticket.
fuzzyDuration
Fuzzy description of the period, e.g., midnight, evening.