Skip to content

Commit

Permalink
Merge pull request #882 from mogilvie/master
Browse files Browse the repository at this point in the history
Add Organisation Class Constants
  • Loading branch information
calcinai authored Jan 24, 2023
2 parents 5d29a97 + e6448d6 commit 68ded83
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion src/XeroPHP/Models/Accounting/Organisation.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,29 @@ class Organisation extends Remote\Model
const ORGANISATION_TYPE_SOLETRADER = 'SOLETRADER';

const ORGANISATION_TYPE_TRUST = 'TRUST';


const ORGANISATION_CLASS_DEMO = 'DEMO';

const ORGANISATION_CLASS_TRIAL = 'TRIAL';

const ORGANISATION_CLASS_STARTER = 'STARTER';

const ORGANISATION_CLASS_STANDARD = 'STANDARD';

const ORGANISATION_CLASS_PREMIUM = 'PREMIUM';

const ORGANISATION_CLASS_PREMIUM_20 = 'PREMIUM_20';

const ORGANISATION_CLASS_PREMIUM_50 = 'PREMIUM_50';

const ORGANISATION_CLASS_PREMIUM_100 = 'PREMIUM_100';

const ORGANISATION_CLASS_GST_CASHBOOK = 'GST_CASHBOOK';

const ORGANISATION_CLASS_NON_GST_CASHBOOK = 'NON_GST_CASHBOOK';

const ORGANISATION_CLASS_ULTIMATE = 'ULTIMATE';

/**
* Get the resource uri of the class (Contacts) etc.
*
Expand Down

0 comments on commit 68ded83

Please sign in to comment.