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

Latest commit

 

History

History
21 lines (13 loc) · 1.33 KB

WorkweekConfig.md

File metadata and controls

21 lines (13 loc) · 1.33 KB

Square.Connect.Model.WorkweekConfig

Description

Sets the Day of the week and hour of the day that a business starts a work week. Used for the calculation of overtime pay.

Properties

Name Type Description Notes
Id string UUID for this object [optional]
StartOfWeek string The day of the week on which a business week cuts over for compensation purposes. See Weekday for possible values
StartOfDayLocalTime string The local time at which a business week cuts over. Represented as a string in `HH:MM` format (`HH:MM:SS` is also accepted, but seconds are truncated).
Version int? Used for resolving concurrency issues; request will fail if version provided does not match server version at time of request. If not provided, Square executes a blind write; potentially overwriting data from another write. [optional]
CreatedAt string A read-only timestamp in RFC 3339 format; presented in UTC [optional]
UpdatedAt string A read-only timestamp in RFC 3339 format; presented in UTC [optional]

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