EmployeeWage

March 13, 2019 ยท View on GitHub

Description

The hourly wage rate that an employee will earn on a Shift for doing the job specified by the title property of this object.

Properties

NameGetterSetterTypeDescriptionNotes
idgetId()setId($value)stringUUID for this object.[optional]
employee_idgetEmployeeId()setEmployeeId($value)stringThe `Employee` that this wage is assigned to.
titlegetTitle()setTitle($value)stringThe job title that this wage relates to.[optional]
hourly_rategetHourlyRate()setHourlyRate($value)\SquareConnect\Model\MoneyCan 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]