Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.34 KB

Payroll.md

File metadata and controls

20 lines (15 loc) · 1.34 KB

Payroll

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.
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]
custom_mappings {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type When custom mappings are configured on the resource, the result is included here. [optional] [readonly]

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