Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.44 KB

PayrollTotals.md

File metadata and controls

21 lines (16 loc) · 1.44 KB

PayrollTotals

The overview of the payroll totals.

Properties

Name Type Description Notes
company_debit float, none_type The total company debit for the payroll. [optional]
tax_debit float, none_type The total tax debit for the payroll. [optional]
check_amount float, none_type The total check amount for the payroll. [optional]
net_pay float, none_type The net pay amount for the payroll. [optional]
gross_pay float, none_type The gross pay amount for the payroll. [optional]
employer_taxes float, none_type The total amount of employer paid taxes for the payroll. [optional]
employee_taxes float, none_type The total amount of employee paid taxes for the payroll. [optional]
employer_benefit_contributions float, none_type The total amount of company contributed benefits for the payroll. [optional]
employee_benefit_deductions float, none_type The total amount of employee deducted benefits for the payroll. [optional]
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]