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] |