object

StoreHours

Represents the store's operating hours for a specific day of the week.
Fields
weekday
String
The day of the week (e.g., 'Monday', 'Tuesday').
opening
StoreTime
Opening time of the store.
closing
StoreTime
Closing time of the store.
Indicates whether the store is open on the specified weekday.