Adjusted opening hours
Field | Type | Description |
---|---|---|
action | String | String enumarion of 'default', 'close', 'custom' |
custom_hours | [Dictionary] | Array of Dictionary |
{
"action": "default",
"custom_hours": [
{
"start": "12:00",
"end": "12:00"
},
{
"start": "12:00",
"end": "12:00"
},
{
"start": "12:00",
"end": "12:00"
}
]
}