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

generates xero-php-2.12.0 from OAS 2.18.0 #266

Closed RettBehrens closed 2 years ago

RettBehrens commented 2 years ago

Generates Xero-PHP-OAuth2 2.12.0 from Xero-OpenAPI 2.18.0

Accounting API

LineItem model updated to include item object that is returned in BankTransactions, Invoices, Credit Notes - new model is LineItemItem

Finance API

Adds Bank Statements Plus endpoint via getBankStatementAccounting method and associated models

UK Payroll API

Employee model update to include is_off_payroll_worker boolean property

Adds is_off_payroll_worker as an available query param for GET /Employees

Types of Changes