Skip to content

Release new version #18

@wirepaq

Description

@wirepaq

Hi,

I have added Xero Gradle dependency to my build.gradle. Everything is fine till I want to use a specific method (createBankTransactions) in my code. Exploring the XeroClient.class in eclipse, I can't locate this method. Following is the missing code comparing to github version:

public List<BankTransaction> createBankTransactions(List<BankTransaction> bankTransactions) { ArrayOfBankTransaction array = new ArrayOfBankTransaction(); array.getBankTransaction().addAll(bankTransactions); return put("BankTransactions", objFactory.createBankTransactions(array)).getBankTransactions(); }

I am using ver 0.13 in my build file. Am I missing something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions