Deduction on the paystub
Name | Type | Description | Notes |
---|---|---|---|
type | str, none_type | The description of the deduction, as provided on the paystub. For example: `"401(k)"`, `"FICA MED TAX"`. | |
is_pretax | bool, none_type | `true` if the deduction is pre-tax; `false` otherwise. | |
total | float, none_type | The amount of the deduction. | |
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] |