Skip to content

Commit

Permalink
Merge pull request #139 from XeroAPI/xero-python-6.0.0
Browse files Browse the repository at this point in the history
adds ultimate subplans
  • Loading branch information
manishT72 authored Jul 15, 2024
2 parents 9358a7e + 5b35cf2 commit b98c833
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v1/accounting/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4077,7 +4077,7 @@
"Class" : {
"type" : "string",
"description" : "Organisation Classes describe which plan the Xero organisation is on (e.g. DEMO, TRIAL, PREMIUM)",
"enum" : [ "DEMO", "TRIAL", "STARTER", "STANDARD", "PREMIUM", "PREMIUM_20", "PREMIUM_50", "PREMIUM_100", "LEDGER", "GST_CASHBOOK", "NON_GST_CASHBOOK", "ULTIMATE", "LITE", "IGNITE", "GROW", "COMPREHENSIVE" ]
"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" ]
},
"Edition" : {
"type" : "string",
Expand Down
4 changes: 4 additions & 0 deletions xero_python/accounting/models/organisation.py
Original file line number Diff line number Diff line change
Expand Up @@ -981,6 +981,10 @@ def _class(self, _class):
"NON_GST_CASHBOOK",
"ULTIMATE",
"LITE",
"ULTIMATE_10",
"ULTIMATE_20",
"ULTIMATE_50",
"ULTIMATE_100",
"IGNITE",
"GROW",
"COMPREHENSIVE",
Expand Down

0 comments on commit b98c833

Please sign in to comment.