Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 932 Bytes

ShiftWage.md

File metadata and controls

16 lines (10 loc) · 932 Bytes

ShiftWage

Description

The hourly wage rate used to compensate an employee for this shift.

Properties

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.

[Back to Model list] [Back to API list] [Back to README]