Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 674 Bytes

BusinessHoursPeriod.md

File metadata and controls

14 lines (9 loc) · 674 Bytes

SquareConnect.BusinessHoursPeriod

Description

Represents a period of time during which a business location is open.

Properties

Name Type Description Notes
day_of_week String The day of week for this time period. See DayOfWeek for possible values [optional]
start_local_time String The start time of a business hours period, specified in local time using partial-time RFC 3339 format. [optional]
end_local_time String The end time of a business hours period, specified in local time using partial-time RFC 3339 format. [optional]