| 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] |
This repository was archived by the owner on Jun 2, 2025. It is now read-only.