-
Methods in com.xero.api.client that return BankTransactions
| Modifier and Type |
Method |
Description |
BankTransactions |
AccountingApi.createBankTransactions(String accessToken,
String xeroTenantId,
BankTransactions bankTransactions,
Boolean summarizeErrors,
Integer unitdp) |
Allows you to create one or more spend or receive money transaction
|
BankTransactions |
AccountingApi.getBankTransaction(String accessToken,
String xeroTenantId,
UUID bankTransactionID,
Integer unitdp) |
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,
Integer unitdp) |
Allows you to update a single spend or receive money transaction
|
BankTransactions |
AccountingApi.updateOrCreateBankTransactions(String accessToken,
String xeroTenantId,
BankTransactions bankTransactions,
Boolean summarizeErrors,
Integer unitdp) |
Allows you to update or create one or more spend or receive money transaction
|
Methods in com.xero.api.client with parameters of type BankTransactions
| Modifier and Type |
Method |
Description |
BankTransactions |
AccountingApi.createBankTransactions(String accessToken,
String xeroTenantId,
BankTransactions bankTransactions,
Boolean summarizeErrors,
Integer unitdp) |
Allows you to create one or more spend or receive money transaction
|
com.google.api.client.http.HttpResponse |
AccountingApi.createBankTransactionsForHttpResponse(String accessToken,
String xeroTenantId,
BankTransactions bankTransactions,
Boolean summarizeErrors,
Integer unitdp) |
|
BankTransactions |
AccountingApi.updateBankTransaction(String accessToken,
String xeroTenantId,
UUID bankTransactionID,
BankTransactions bankTransactions,
Integer unitdp) |
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,
Integer unitdp) |
|
BankTransactions |
AccountingApi.updateOrCreateBankTransactions(String accessToken,
String xeroTenantId,
BankTransactions bankTransactions,
Boolean summarizeErrors,
Integer unitdp) |
Allows you to update or create one or more spend or receive money transaction
|
com.google.api.client.http.HttpResponse |
AccountingApi.updateOrCreateBankTransactionsForHttpResponse(String accessToken,
String xeroTenantId,
BankTransactions bankTransactions,
Boolean summarizeErrors,
Integer unitdp) |
|
-