Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 652 Bytes

EmployeeWage.md

File metadata and controls

12 lines (9 loc) · 652 Bytes

EmployeeWage

Properties

Name Type Description Notes
Id string UUID for this object. [optional] [default to null]
EmployeeId string The `Employee` that this wage is assigned to. [optional] [default to null]
Title string The job title that this wage relates to. [optional] [default to null]
HourlyRate *Money [optional] [default to null]

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