Xero-Java
Xero-Java copied to clipboard
Official Java client for use with Xero API
**SDK you're using (please complete the following information):** - Version 4.11.0 **Describe the bug** NZ Payroll Job Title Field Missing 
According to https://github.com/FasterXML/jackson-databind/issues/2816 `2.13.2`, as used in the current version of Xero-Java, is still vulnerable. It seems at least version `2.13.2.2` is required. However the latest release, at time of...
**SDK you're using (please complete the following information):** - Version 4.11.0 **Describe the bug** Missing set/get methods in the SDK: • setHasLoanOrStudentDebt() • getHasLoanOrStudentDebt() 
I was using xero-java version 4.10.0 which is working fine on me. But when I change it to 4.17.0 because we required newly added taxes it will give me error...
As per documentation, it is mentioned that All API Endpoints will return max 100 results and pagination should be implemented by the Application. There seems to be no option in...
As per title. The vast majority of people using this library would hopefully be on Java 1.8+, which means access to java.time.LocalDate etc. Having to bring in an external library...
**SDK you're using (please complete the following information):** - Version [4.13.0] **Describe the bug** I was trying to integrate [Apache Fineract](https://github.com/apache/fineract) operations with Xero. I chose SDK for simplicity. But...
Method threw 'java.lang.StackOverflowError' exception. Cannot evaluate com.xero.models.accounting.Invoices.toString() @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class Invoices {\n"); sb.append(" invoices: ").append(toIndentedString(invoices)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert...
**Is your feature request related to a problem? Please describe.** There is nothing broken in the current version 1.23.0 dependency that is used but it was released Oct 2017. Documentation...
We are developing a Google Data Studio community connector and we would like to move the Xero report processing into our Clojure backend service, from the current Google Apps Scripts...