# 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 | Getter | Setter | Type | Description | Notes
------------ | ------------- | ------------- | ------------- | ------------- | -------------
**id** | getId() | setId($value) | **string** | UUID for this object | [optional]
**start_of_week** | getStartOfWeek() | setStartOfWeek($value) | **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** | getStartOfDayLocalTime() | setStartOfDayLocalTime($value) | **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** | getVersion() | setVersion($value) | **int** | 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** | getCreatedAt() | setCreatedAt($value) | **string** | A read-only timestamp in RFC 3339 format; presented in UTC | [optional]
**updated_at** | getUpdatedAt() | setUpdatedAt($value) | **string** | A read-only timestamp in RFC 3339 format; presented in UTC | [optional]
Note: All properties are protected and only accessed via getters and setters.
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)