| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
BankTransactions |
AccountingApi.createBankTransaction(BankTransactions bankTransactions,
Boolean summarizeErrors)
Allows you to create a spend or receive money transaction
|
BankTransactions |
AccountingApi.getBankTransaction(UUID bankTransactionID)
Allows you to retrieve a single spend or receive money transaction
|
BankTransactions |
AccountingApi.getBankTransactions(org.threeten.bp.OffsetDateTime ifModifiedSince,
String where,
String order,
Integer page)
Allows you to retrieve any spend or receive money transactions
|
BankTransactions |
AccountingApi.updateBankTransaction(UUID bankTransactionID,
BankTransactions bankTransactions)
Allows you to update a single spend or receive money transaction
|
| Modifier and Type | Method and Description |
|---|---|
BankTransactions |
AccountingApi.createBankTransaction(BankTransactions bankTransactions,
Boolean summarizeErrors)
Allows you to create a spend or receive money transaction
|
BankTransactions |
AccountingApi.updateBankTransaction(UUID bankTransactionID,
BankTransactions bankTransactions)
Allows you to update a single spend or receive money transaction
|
| Modifier and Type | Method and Description |
|---|---|
BankTransactions |
BankTransactions.addBankTransactionsItem(BankTransaction bankTransactionsItem) |
BankTransactions |
BankTransactions.bankTransactions(List<BankTransaction> bankTransactions) |
Copyright © 2019. All rights reserved.