Object Index
You are viewing an old version of the API
BreakType
Object Index
A defined break template that sets an expectation for possible Break
instances on a Shift
.
Properties
Name | Description |
---|---|
id
|
UUID for this object. |
location_
Required
|
The ID of the business location this type of break applies to. |
break_
Required
|
A human-readable name for this type of break. Will be displayed to employees in Square products. |
expected_
Required
|
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. |
is_
Required
|
Whether this break counts towards time worked for compensation purposes. |
version
|
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. |
created_
|
Read only A read-only timestamp in RFC 3339 format. Examples for January 25th, 2020 6:25:34pm Pacific Standard Time: UTC: 2020-01-26T02:25:34Z Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00 |
updated_
|
Read only A read-only timestamp in RFC 3339 format. Examples for January 25th, 2020 6:25:34pm Pacific Standard Time: UTC: 2020-01-26T02:25:34Z Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00 |