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

Latest commit

 

History

History
19 lines (11 loc) · 862 Bytes

EmployeeWage.md

File metadata and controls

19 lines (11 loc) · 862 Bytes

Square.Connect.Model.EmployeeWage

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

Name Type Description Notes
Id string UUID for this object. [optional]
EmployeeId string The `Employee` that this wage is assigned to.
Title string The job title that this wage relates to. [optional]
HourlyRate Money Can 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]