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

Latest commit

 

History

History
17 lines (10 loc) · 678 Bytes

EmployeeWage.md

File metadata and controls

17 lines (10 loc) · 678 Bytes

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]