Hours

@Serializable
data class Hours(val openingHours: Set<OpeningHours>) : OpeningSchedule

Constructors

Link copied to clipboard
constructor(openingHours: List<OpeningHours>)
constructor(openingHours: Set<OpeningHours>)

Properties

Link copied to clipboard
@Serializable
val openingHours: Set<OpeningHours>

Functions

Link copied to clipboard

Checks whether the OpeningSchedule has at least one opening hour.