whoami7 - Manager
:
/
home
/
qbizpnmr
/
arif.umairtax.com
/
vendor
/
square
/
square
/
doc
/
models
/
Upload File:
files >> /home/qbizpnmr/arif.umairtax.com/vendor/square/square/doc/models/business-hours.md
# Business Hours The hours of operation for a location. ## Structure `BusinessHours` ## Fields | Name | Type | Tags | Description | Getter | Setter | | --- | --- | --- | --- | --- | --- | | `periods` | [`?(BusinessHoursPeriod[])`](../../doc/models/business-hours-period.md) | Optional | The list of time periods during which the business is open. There can be at most 10 periods per day. | getPeriods(): ?array | setPeriods(?array periods): void | ## Example (as JSON) ```json { "periods": [ { "day_of_week": "MON", "start_local_time": "start_local_time5", "end_local_time": "end_local_time7" }, { "day_of_week": "SUN", "start_local_time": "start_local_time6", "end_local_time": "end_local_time8" }, { "day_of_week": "SAT", "start_local_time": "start_local_time7", "end_local_time": "end_local_time9" } ] } ```
Copyright ©2021 || Defacer Indonesia