Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 856 Bytes

PaystubDeduction.md

File metadata and controls

15 lines (10 loc) · 856 Bytes

PaystubDeduction

Deduction on the paystub

Properties

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]

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