Hours

fun Hours(twentyFourSeven: Boolean, regularHours: List<RegularHours> = emptyList(), exceptionalOpenings: List<ExceptionalPeriod> = emptyList(), exceptionalClosings: List<ExceptionalPeriod> = emptyList()): Hours