Sha256: 30ffbeecc7448e13d8d2e5134ba3d1657cb5af0c789bf5a188bd15aa28c2797f

Contents?: true

Size: 1.17 KB

Versions: 12

Compression:

Stored size: 1.17 KB

Contents

# SquareConnect::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] 
**start_of_week** | **String** | The day of the week on which a business week cuts over for compensation purposes. See [Weekday](#type-weekday) for possible values | 
**start_of_day_local_time** | **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] 
**created_at** | **String** | A read-only timestamp in RFC 3339 format; presented in UTC | [optional] 
**updated_at** | **String** | A read-only timestamp in RFC 3339 format; presented in UTC | [optional] 


Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
square_connect-2.20190724.1.334 docs/WorkweekConfig.md
square_connect-2.20190724.0.331 docs/WorkweekConfig.md
square_connect-2.20190724.0.330 docs/WorkweekConfig.md
square_connect-2.20190724.0.325 docs/WorkweekConfig.md
square_connect-2.20190710.0.321 docs/WorkweekConfig.md
square_connect-2.20190612.1.314 docs/WorkweekConfig.md
square_connect-2.20190612.0.311 docs/WorkweekConfig.md
square_connect-2.20190612.0.309 docs/WorkweekConfig.md
square_connect-2.20190508.0.304 docs/WorkweekConfig.md
square_connect-2.20190410.1.300 docs/WorkweekConfig.md
square_connect-2.20190410.0.296 docs/WorkweekConfig.md
square_connect-2.20190327.1.292 docs/WorkweekConfig.md