Sha256: b71a69d0094a693fd1b1f9cdb66a572e4a73cb96e9a458ca3b2465297795ea0d
Contents?: true
Size: 1.15 KB
Versions: 14
Compression:
Stored size: 1.15 KB
Contents
# SquareConnect::ModelBreak ### Description A record of an employee's break during a shift. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | UUID for this object | [optional] **start_at** | **String** | RFC 3339; follows same timezone info as `Shift`. Precision up to the minute is respected; seconds are truncated. | **end_at** | **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] **break_type_id** | **String** | The `BreakType` this `Break` was templated on. | **name** | **String** | A human-readable name. | **expected_duration** | **String** | Format: RFC-3339 P[n]Y[n]M[n]DT[n]H[n]M[n]S. The expected length of the break. | **is_paid** | **BOOLEAN** | Whether this break counts towards time worked for compensation purposes. |
Version data entries
14 entries across 14 versions & 1 rubygems