Skip to content

Commit 9b3129a

Browse files
Added NI category and NI Categories to Employee entity. Marked NI Category as deprecated.
1 parent cbd44d7 commit 9b3129a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

xero-payroll-uk.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5997,6 +5997,14 @@ components:
59975997
type: string
59985998
format: date-time
59995999
x-is-datetime: true
6000+
niCategory:
6001+
$ref: '#/components/schemas/NICategoryLetter'
6002+
deprecated: true
6003+
niCategories:
6004+
description: The employee's NI categories
6005+
type: array
6006+
items:
6007+
$ref: '#/components/schemas/NICategory'
60006008
nationalInsuranceNumber:
60016009
description: National insurance number of the employee
60026010
type: string

0 commit comments

Comments
 (0)