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

Latest commit

 

History

History
17 lines (11 loc) · 858 Bytes

File metadata and controls

17 lines (11 loc) · 858 Bytes

BusinessHoursPeriod

squareconnect.models.business_hours_period

Description

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

Properties

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

[Back to Model list] [Back to API list] [Back to README]