Releases: XeroAPI/Xero-Java
2.2.14
Tracking category option needs to be a string not array on line items for invoices and other objects using line items with tracking support.
2.2.13
One change on all model properties. They are no longer being init as null.
ReportWithRow property reportTitle was a string, when it's an array of strings.
2.2.12
Added missing OrganisationID from the Organisation Endpoint
Refactored RowType to be separate object
Use new RowType object for ReportRow and ReportRow properties
Update custom RSA SIgning example in README
2.2.11
Changed ReportRow rowType property from string to enum
com.xero.models.accounting.ReportRow.RowTypeEnum.
Added missing BudgetSummary report.
2.2.10
Employee
- Missing UpdatedDateUTC
- Status changed from string to ENUM
BalanceSheet and Profit/Loss Report - timeframe changed from Int to String/Enum
2.2.9
fix return type of attachments to binary
2.2.8
Change date property on CreditNote from string to a date.
2.2.7
2.2.6
Create new ManualJournalLine class for use with ManualJournals endpoint
The JournalLine was modified in version 2.2.5 for use by Journal endpoint.
2.2.5
Update JournalLines class to be used by Journals endpoint