A JSON object serviceHour for each day. An empty JSON object indicates the menu item is not available on the day.
Name | Type | Description | Notes |
---|---|---|---|
openPeriodType | OpenPeriodTypeEnum | Defines the specific time period during which the menu is available - OpenPeriod = open only in given periods - OpenAllDay = open 24 hours - CloseAllDay = closed 24 hours | |
periods | List<OpenPeriod> | An array of open periods. Only required when `openPeriodType` is OpenPeriod | [optional] |
Name | Value |
---|---|
OPEN_PERIOD | "OpenPeriod" |
OPEN_ALL_DAY | "OpenAllDay" |
CLOSE_ALL_DAY | "CloseAllDay" |
UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |