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