OpeningHourPeriod

The OpeningHourPeriod model provides detailed information about a location's operating hours for a specific day. It includes the start and end times, and indicates whether the location is open on that particular day.

The OpeningHourPeriod model provides detailed information about a location's operating hours for a specific day. It includes the start and end times, and indicates whether the location is open on that particular day.

open
boolean

Indicate whether the store is open on this day. For locations that operate 24 hours, please set the value to true.

Default:
false
from
string or null

The start time of the opening hour period in YY:MM format. For locations that operate 24 hours, please set the value to null.

Example:
10:30
to
string or null

The end time of the opening hour period in YY:MM format. For locations that operate 24 hours, please set the value to null.

Example:
20:30
Example
preparing...