| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
PageableBankList |
BanksApi.getAndSearchAllBanks(List<Long> ids,
String search,
Boolean isSupported,
Boolean pinsAreVolatile,
List<String> supportedDataSources,
List<String> location,
Boolean isTestBank,
Integer page,
Integer perPage,
List<String> order)
Get and search all banks
Get and search banks from finAPI's database of banks.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<PageableBankList> |
BanksApi.getAndSearchAllBanksWithHttpInfo(List<Long> ids,
String search,
Boolean isSupported,
Boolean pinsAreVolatile,
List<String> supportedDataSources,
List<String> location,
Boolean isTestBank,
Integer page,
Integer perPage,
List<String> order)
Get and search all banks
Get and search banks from finAPI's database of banks.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
BanksApi.getAndSearchAllBanksAsync(List<Long> ids,
String search,
Boolean isSupported,
Boolean pinsAreVolatile,
List<String> supportedDataSources,
List<String> location,
Boolean isTestBank,
Integer page,
Integer perPage,
List<String> order,
ApiCallback<PageableBankList> callback)
Get and search all banks (asynchronously)
Get and search banks from finAPI's database of banks.
|
| Modifier and Type | Method and Description |
|---|---|
PageableBankList |
PageableBankList.addBanksItem(Bank banksItem) |
PageableBankList |
PageableBankList.banks(List<Bank> banks) |
PageableBankList |
PageableBankList.paging(Paging paging) |
Copyright © 2018. All rights reserved.