Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1011 Bytes

Compensation.md

File metadata and controls

16 lines (11 loc) · 1011 Bytes

Compensation

Properties

Name Type Description Notes
employee_id str, none_type A unique identifier for an object. [readonly]
net_pay float, none_type The employee's net pay. Only available when payroll has been processed [optional]
gross_pay float, none_type The employee's gross pay. Only available when payroll has been processed [optional]
taxes [Tax], none_type An array of employer and employee taxes for the pay period. [optional]
deductions [Deduction], none_type An array of employee deductions for the pay period. [optional]
benefits [Benefit], none_type An array of employee benefits for the pay period. [optional]

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