Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 842 Bytes

ServiceHour.md

File metadata and controls

26 lines (14 loc) · 842 Bytes

ServiceHour

A JSON object serviceHour for each day.

Properties

Name Type Description Notes
openPeriodType OpenPeriodTypeEnum The period type for when the outlet is open. - 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"