XeroAPI / xero-php-oauth2

Xero PHP SDK for oAuth 2 generated from Xero API OpenAPI Spec 3.0
MIT License
92 stars 66 forks source link

first attempt using openapi-generator-cli:v5.4.0 #271

Closed RettBehrens closed 2 years ago

RettBehrens commented 2 years ago

Generates Xero-PHP-OAuth2 2.13.0 from Xero-OpenAPI 2.22.4

Accounting API

Organisation model Class enum updated to include ULTIMATE New method getJournalByNumber added BADDEBTRELIEF, IGDSINPUT3, SROVR, TOURISTREFUND, TXRCN33INPUT, TXRCREINPUT, TXRCESSINPUT have been added as both a TaxType and ReportTaxType

App Store API

Product model updated to include usageUnit property Product model TypeEnum enum updated to include METERED SubscriptionItem model updates to include quantity property

Finance API

StatementResponse model updated to include startBalance and endBalance properties

Payroll UK API

Updates Employment model NiCategoryEnum to support new NI Category values (F, I, S, L, V)

Additional Notes

Adds support for PHP 8.1.

Types of Changes