Store special opening hour period.
| 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] |
| Name | Value |
|---|---|
| PERIOD | "Period" |
| OPEN_ALL_DAY | "OpenAllDay" |
| CLOSED_ALL_DAY | "ClosedAllDay" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |