Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.4 KB

BreakType.md

File metadata and controls

16 lines (13 loc) · 1.4 KB

BreakType

Properties

Name Type Description Notes
Id string UUID for this object. [optional] [default to null]
LocationId string The ID of the business location this type of break applies to. [default to null]
BreakName string A human-readable name for this type of break. Will be displayed to employees in Square products. [default to null]
ExpectedDuration string Format: RFC-3339 P[n]Y[n]M[n]DT[n]H[n]M[n]S. The expected length of this break. Precision below minutes is truncated. [default to null]
IsPaid bool Whether this break counts towards time worked for compensation purposes. [default to null]
Version int32 Used for resolving concurrency issues; request will fail if version provided does not match server version at time of request. If a value is not provided, Square's servers execute a "blind" write; potentially overwriting another writer's data. [optional] [default to null]
CreatedAt string A read-only timestamp in RFC 3339 format. [optional] [default to null]
UpdatedAt string A read-only timestamp in RFC 3339 format. [optional] [default to null]

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