| Package | Description |
|---|---|
| au.org.consumerdatastandards.client.api |
| Modifier and Type | Method and Description |
|---|---|
ResponseBankingTransactionList |
BankingAccountsAPI.getTransactions(String accountId,
String maxAmount,
String minAmount,
java.time.OffsetDateTime newestTime,
java.time.OffsetDateTime oldestTime,
Integer page,
Integer pageSize,
String text)
Get Transactions For Account
Obtain transactions for a specific account.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<ResponseBankingTransactionList> |
BankingAccountsAPI.getTransactionsWithHttpInfo(String accountId,
String maxAmount,
String minAmount,
java.time.OffsetDateTime newestTime,
java.time.OffsetDateTime oldestTime,
Integer page,
Integer pageSize,
String text)
Get Transactions For Account
Obtain transactions for a specific account.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
BankingAccountsAPI.getTransactionsAsync(String accountId,
String maxAmount,
String minAmount,
java.time.OffsetDateTime newestTime,
java.time.OffsetDateTime oldestTime,
Integer page,
Integer pageSize,
String text,
ApiCallback<ResponseBankingTransactionList> _callback)
Get Transactions For Account (asynchronously)
Obtain transactions for a specific account.
|
Copyright © 2019. All rights reserved.