Skip to content

Commit b98c833

Browse files
authored
Merge pull request #139 from XeroAPI/xero-python-6.0.0
adds ultimate subplans
2 parents 9358a7e + 5b35cf2 commit b98c833

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/v1/accounting/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4077,7 +4077,7 @@
40774077
"Class" : {
40784078
"type" : "string",
40794079
"description" : "Organisation Classes describe which plan the Xero organisation is on (e.g. DEMO, TRIAL, PREMIUM)",
4080-
"enum" : [ "DEMO", "TRIAL", "STARTER", "STANDARD", "PREMIUM", "PREMIUM_20", "PREMIUM_50", "PREMIUM_100", "LEDGER", "GST_CASHBOOK", "NON_GST_CASHBOOK", "ULTIMATE", "LITE", "IGNITE", "GROW", "COMPREHENSIVE" ]
4080+
"enum" : [ "DEMO", "TRIAL", "STARTER", "STANDARD", "PREMIUM", "PREMIUM_20", "PREMIUM_50", "PREMIUM_100", "LEDGER", "GST_CASHBOOK", "NON_GST_CASHBOOK", "ULTIMATE", "LITE", "ULTIMATE_10", "ULTIMATE_20", "ULTIMATE_50", "ULTIMATE_100", "IGNITE", "GROW", "COMPREHENSIVE" ]
40814081
},
40824082
"Edition" : {
40834083
"type" : "string",

xero_python/accounting/models/organisation.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -981,6 +981,10 @@ def _class(self, _class):
981981
"NON_GST_CASHBOOK",
982982
"ULTIMATE",
983983
"LITE",
984+
"ULTIMATE_10",
985+
"ULTIMATE_20",
986+
"ULTIMATE_50",
987+
"ULTIMATE_100",
984988
"IGNITE",
985989
"GROW",
986990
"COMPREHENSIVE",

0 commit comments

Comments
 (0)