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.

Parameters

repeatableDuration

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

fuzzyDuration

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard