| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
Accounts |
AccountingApi.createAccount(Account account)
200 - A successful request
|
| Modifier and Type | Method and Description |
|---|---|
Account |
Account.accountID(UUID accountID) |
Account |
Account.bankAccountNumber(String bankAccountNumber) |
Account |
Account.bankAccountType(Account.BankAccountTypeEnum bankAccountType) |
Account |
Account.code(String code) |
Account |
Account.currencyCode(String currencyCode) |
Account |
Account.description(String description) |
Account |
Account.enablePaymentsToAccount(Boolean enablePaymentsToAccount) |
Account |
Account.name(String name) |
Account |
Account.showInExpenseClaims(Boolean showInExpenseClaims) |
Account |
Account.status(Account.StatusEnum status) |
Account |
Account.taxType(String taxType) |
Account |
Account.type(Account.TypeEnum type) |
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
Accounts.getAccounts()
Get accounts
|
| Modifier and Type | Method and Description |
|---|---|
Accounts |
Accounts.addAccountsItem(Account accountsItem) |
| Modifier and Type | Method and Description |
|---|---|
Accounts |
Accounts.accounts(List<Account> accounts) |
void |
Accounts.setAccounts(List<Account> accounts) |
Copyright © 2018. All rights reserved.