If a user selects any of the following business structures:
- CCORPORATIONLLC = LLC (C corporation)
- PARTNERSHIPLLC = LLC (Partnership)
- SCORPORATIONLLC = LLC (S corporation)
- SINGLEMEMBERLLC = LLC (Sole owner)
- UNSPECIFIED = Unspecified
from here:
Only these values:
- COMPANY = C corporation
- CHARITY = Exempt Organization
- NOTFORPROFIT = Nonprofit
- PARTNERSHIP = Partnership
- TRUST = Private Foundation
- SCORPORATION = S corporation
- SOLETRADER = Sole Proprietor
Are defined in:
|
allowed_values = [ |
|
"ACCOUNTING_PRACTICE", |
|
"COMPANY", |
|
"CHARITY", |
|
"CLUB_OR_SOCIETY", |
|
"INDIVIDUAL", |
|
"LOOK_THROUGH_COMPANY", |
|
"NOT_FOR_PROFIT", |
|
"PARTNERSHIP", |
|
"S_CORPORATION", |
|
"SELF_MANAGED_SUPERANNUATION_FUND", |
|
"SOLE_TRADER", |
|
"SUPERANNUATION_FUND", |
|
"TRUST", |
|
"None", |
|
] # noqa: E501 |
and
|
allowed_values = [ |
|
"ACCOUNTING_PRACTICE", |
|
"COMPANY", |
|
"CHARITY", |
|
"CLUB_OR_SOCIETY", |
|
"INDIVIDUAL", |
|
"LOOK_THROUGH_COMPANY", |
|
"NOT_FOR_PROFIT", |
|
"PARTNERSHIP", |
|
"S_CORPORATION", |
|
"SELF_MANAGED_SUPERANNUATION_FUND", |
|
"SOLE_TRADER", |
|
"SUPERANNUATION_FUND", |
|
"TRUST", |
|
"None", |
|
] # noqa: E501 |
I'm happy to open a pull request, but don't if there are others missing from non_US entity types.
If a user selects any of the following business structures:
from here:
Only these values:
Are defined in:
xero-python/xero_python/accounting/models/organisation.py
Lines 423 to 438 in 5544d7d
and
xero-python/xero_python/accounting/models/organisation.py
Lines 900 to 915 in 5544d7d
I'm happy to open a pull request, but don't if there are others missing from non_US entity types.