The hourly wage rate used to compensate an employee for this shift.
Name | Getter | Setter | Type | Description | Notes |
---|---|---|---|---|---|
title | getTitle() | setTitle($value) | string | The name of the job performed during this shift. Square labor-reporting UIs may group shifts together by title. | [optional] |
hourly_rate | getHourlyRate() | setHourlyRate($value) | \SquareConnect\Model\Money | Can be a custom-set hourly wage or the calculated effective hourly wage based on annual wage and hours worked per week. | [optional] |
Note: All properties are protected and only accessed via getters and setters.