EmployeeWage

March 13, 2019 ยท View on GitHub

squareconnect.models.employee_wage

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

NameTypeDescriptionNotes
idstrUUID for this object.[optional]
employee_idstrThe `Employee` that this wage is assigned to.
titlestrThe job title that this wage relates to.[optional]
hourly_rateMoneyCan be a custom-set hourly wage or the calculated effective hourly wage based on annual wage and hours worked per week.[optional]

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