| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
AccountList |
AccountsApi.getAndSearchAllAccounts(List<Long> ids,
String search,
List<Long> accountTypeIds,
List<Long> bankConnectionIds,
String minLastSuccessfulUpdate,
String maxLastSuccessfulUpdate,
BigDecimal minBalance,
BigDecimal maxBalance)
Get and search all accounts
Get bank accounts of the user that is authorized by the access_token.
|
AccountList |
AccountsApi.getMultipleAccounts(List<Long> ids)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<AccountList> |
AccountsApi.getAndSearchAllAccountsWithHttpInfo(List<Long> ids,
String search,
List<Long> accountTypeIds,
List<Long> bankConnectionIds,
String minLastSuccessfulUpdate,
String maxLastSuccessfulUpdate,
BigDecimal minBalance,
BigDecimal maxBalance)
Get and search all accounts
Get bank accounts of the user that is authorized by the access_token.
|
ApiResponse<AccountList> |
AccountsApi.getMultipleAccountsWithHttpInfo(List<Long> ids)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
AccountsApi.getAndSearchAllAccountsAsync(List<Long> ids,
String search,
List<Long> accountTypeIds,
List<Long> bankConnectionIds,
String minLastSuccessfulUpdate,
String maxLastSuccessfulUpdate,
BigDecimal minBalance,
BigDecimal maxBalance,
ApiCallback<AccountList> callback)
Get and search all accounts (asynchronously)
Get bank accounts of the user that is authorized by the access_token.
|
com.squareup.okhttp.Call |
AccountsApi.getMultipleAccountsAsync(List<Long> ids,
ApiCallback<AccountList> callback)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AccountList |
AccountList.accounts(List<Account> accounts) |
AccountList |
AccountList.addAccountsItem(Account accountsItem) |
Copyright © 2018. All rights reserved.