Skip to content

Commit f459260

Browse files
author
sangeet-joy_xero
committed
Version update for - 10.1.0 | Add SIMPLE Org plan
1 parent fff6193 commit f459260

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/v4/payroll-uk/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2560,7 +2560,7 @@
25602560
"type" : "string",
25612561
"description" : "The employee's NI Category letter.",
25622562
"example" : "I",
2563-
"enum" : [ "A", "B", "C", "D", "E", "F", "H", "I", "J", "K", "L", "M", "N", "S", "V", "X", "Z" ]
2563+
"enum" : [ "A", "B", "C", "F", "H", "I", "J", "L", "M", "S", "V", "X", "Z", "D", "E", "K", "N" ]
25642564
};
25652565
defs["NICategory_oneOf"] = {
25662566
"title" : "",

src/main/java/com/xero/models/accounting/Organisation.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,10 @@ public enum PropertyClassEnum {
562562
GROW("GROW"),
563563

564564
/** COMPREHENSIVE */
565-
COMPREHENSIVE("COMPREHENSIVE");
565+
COMPREHENSIVE("COMPREHENSIVE"),
566+
567+
/** SIMPLE */
568+
SIMPLE("SIMPLE");
566569

567570
private String value;
568571

0 commit comments

Comments
 (0)