Employee Deduction Model

Property Value Description Notes
id integer The id of the employee deduction.
employee_id integer The id of the employee.
employee_number integer The number of the employee. This is an editable identifier.
deduction_type enum The type of the employee deduction.

1 - Section 125 Health
2 - 401k
3 - 403b
4 - 457
6 - Roth 401k
7 - Roth 403b
8 - FSA
9 - HSA
10 - Simple IRA
12 - FSA Dependent Care
21 - Standard Deduction
22 - Tip Deduction
23 - Union Dues
24 - Imputed
25 - Union Dues Hours
102 - Section 132 Commuter
deduction_id integer The id of the company deduction.
percent decimal The percent of gross of the employee contribution. Takes precedent over amount. writable
annual_limit decimal The annual limit of the employee deduction. writable
amount decimal The amount of the employee contribution. writable
override_amount decimal The override amount of the employee deduction. writable
active boolean Indicates if the employee deduction is active for the pay run. writable
ach_active boolean Indicates if ach is active. writable
routing string The routing number to which the deduction applies. writable
account string The account number to which the deduction applies. writable
savings boolean Indicates if the account is a savings account. writable
memo string The memo for the employee deduction. writable
include_benefit_amount_in_ach boolean Indicates if the benefit amount is to be included in ach. writable
override_company_benefit_amount decimal The override amount of the employer contribution. writable
lifetime_limit decimal The lifetime limit of the employee deduction. writable
version string The version of the employee. See Versioning section.