Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.21 KB

EmployeePayroll.md

File metadata and controls

20 lines (15 loc) · 1.21 KB

EmployeePayroll

Properties

Name Type Description Notes
id str, none_type A unique identifier for an object. [readonly]
processed bool, none_type Whether or not the payroll has been successfully processed. Note that processed payrolls cannot be updated.
check_date str, none_type The date on which employees will be paid for the payroll.
start_date str, none_type The start date, inclusive, of the pay period.
end_date str, none_type The end date, inclusive, of the pay period.
employee_id str, none_type ID of the employee [optional]
company_id str, none_type The unique identifier of the company. [optional]
processed_date str, none_type The date the payroll was processed. [optional]
totals PayrollTotals [optional]
compensations [Compensation] An array of compensations for the payroll. [optional]

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