The model for the implementation hours where you would find all the fields that OpeningHour object (model) would be built up with.
OpeningHour
There are two different types of opening hours:
0
1
Within these two types of opening hours, we can specify the days and such with the help of using the enum type Days and the OpeningHourTypes.
Generated using TypeDoc
The model for the implementation hours where you would find all the fields that
OpeningHour
object (model) would be built up with.There are two different types of opening hours:
0
- Default - Regular opening hour on e.g. Monday1
- Exception - Holidays, etc.Within these two types of opening hours, we can specify the days and such with the help of using the enum type Days and the OpeningHourTypes.