Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 699 Bytes

SpecialOpeningHourOpeningHours.md

File metadata and controls

26 lines (14 loc) · 699 Bytes

SpecialOpeningHourOpeningHours

Store special opening hour period.

Properties

Name Type Description Notes
openPeriodType OpenPeriodTypeEnum The period type for when the outlet is open. [optional]
periods List<OpenPeriod> An array of open periods. Maximum of 3 periods. [optional]

Enum: OpenPeriodTypeEnum

Name Value
PERIOD "Period"
OPEN_ALL_DAY "OpenAllDay"
CLOSED_ALL_DAY "ClosedAllDay"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"