EmploymentFinancialDetail
Properties
| Name | Type | Description |
|---|---|---|
| employmentSequenceNumber | string | |
| payrollId | string | |
| companyDirector | boolean | |
| closeCompany | boolean | |
| directorshipCeasedDate | string | |
| startDate | string | |
| cessationDate | string | |
| occupationalPension | boolean | |
| disguisedRemuneration | boolean | |
| offPayrollWorker | boolean | |
| employer | EmploymentEmployer | |
| pay | EmploymentPay | |
| customerEstimatedPay | number | |
| deductions | EmploymentDeductions | |
| benefitsInKind | BenefitsInKind |
JSON Example
{
"employmentSequenceNumber": "string",
"payrollId": "string",
"companyDirector": false,
"closeCompany": false,
"directorshipCeasedDate": "2024-01-01"
}