Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 940 Bytes

ServiceHour.md

File metadata and controls

26 lines (14 loc) · 940 Bytes

ServiceHour

A JSON object serviceHour for each day. An empty JSON object indicates the menu item is not available on the day.

Properties

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]

Enum: OpenPeriodTypeEnum

Name Value
OPEN_PERIOD "OpenPeriod"
OPEN_ALL_DAY "OpenAllDay"
CLOSE_ALL_DAY "CloseAllDay"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"