Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.17 KB

EmployeeCompensation.md

File metadata and controls

19 lines (14 loc) · 1.17 KB

EmployeeCompensation

Properties

Name Type Description Notes
id str, none_type A unique identifier for an object. [optional] [readonly]
job_id str, none_type The ID of the job to which the compensation belongs. [optional] [readonly]
rate float, none_type The amount paid per payment unit. [optional]
payment_unit PaymentUnit [optional]
currency Currency [optional]
flsa_status str, none_type The FLSA status for this compensation. [optional]
effective_date str, none_type The date on which a change to an employee's compensation takes effect. [optional]
payment_frequency PaymentFrequency [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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