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

Latest commit

 

History

History
19 lines (12 loc) · 1.15 KB

WorkweekConfig.md

File metadata and controls

19 lines (12 loc) · 1.15 KB

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 Integer 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]