ParkingDuration

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
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.

Constructors

Link copied to clipboard
constructor(repeatableDuration: RepeatableDuration? = null, fuzzyDuration: FuzzyDuration? = null)

Properties

Link copied to clipboard

Fuzzy description of the period, e.g., midnight, evening.

Link copied to clipboard

The (repeatable) time period that is covered by the parking ticket.