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

Latest commit

 

History

History
22 lines (14 loc) · 1.31 KB

ModelBreak.md

File metadata and controls

22 lines (14 loc) · 1.31 KB

Square.Connect.Model.ModelBreak

Description

A record of an employee's break during a shift.

Properties

Name Type Description Notes
Id string UUID for this object [optional]
StartAt string RFC 3339; follows same timezone info as `Shift`. Precision up to the minute is respected; seconds are truncated.
EndAt string RFC 3339; follows same timezone info as `Shift`. Precision up to the minute is respected; seconds are truncated. The `end_at` minute is not counted when the break length is calculated. For example, a break from `00:00` to `00:11` is considered a 10 minute break (midnight to 10 minutes after midnight). [optional]
BreakTypeId string The `BreakType` this `Break` was templated on.
Name string A human-readable name.
ExpectedDuration string Format: RFC-3339 P[n]Y[n]M[n]DT[n]H[n]M[n]S. The expected length of the break.
IsPaid bool? Whether this break counts towards time worked for compensation purposes.

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