| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
BankConnection |
BankConnectionsApi.editBankConnection(Long id,
EditBankConnectionParams body)
Edit a bank connection
Change the stored authentication credentials (banking user ID, banking customer ID, and banking PIN), or other fields of the bank connection.
|
BankConnection |
BankConnectionsApi.getBankConnection(Long id)
Get a bank connection
Get a single bank connection of the user that is authorized by the access_token.
|
BankConnection |
BankConnectionsApi.importBankConnection(ImportBankConnectionParams body)
Import a new bank connection
Imports a new bank connection for a specific user.
|
BankConnection |
BankConnectionsApi.updateBankConnection(UpdateBankConnectionParams body)
Update a bank connection
Update an existing bank connection of the user that is authorized by the access_token.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<BankConnection> |
BankConnectionsApi.editBankConnectionWithHttpInfo(Long id,
EditBankConnectionParams body)
Edit a bank connection
Change the stored authentication credentials (banking user ID, banking customer ID, and banking PIN), or other fields of the bank connection.
|
ApiResponse<BankConnection> |
BankConnectionsApi.getBankConnectionWithHttpInfo(Long id)
Get a bank connection
Get a single bank connection of the user that is authorized by the access_token.
|
ApiResponse<BankConnection> |
BankConnectionsApi.importBankConnectionWithHttpInfo(ImportBankConnectionParams body)
Import a new bank connection
Imports a new bank connection for a specific user.
|
ApiResponse<BankConnection> |
BankConnectionsApi.updateBankConnectionWithHttpInfo(UpdateBankConnectionParams body)
Update a bank connection
Update an existing bank connection of the user that is authorized by the access_token.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
BankConnectionsApi.editBankConnectionAsync(Long id,
EditBankConnectionParams body,
ApiCallback<BankConnection> callback)
Edit a bank connection (asynchronously)
Change the stored authentication credentials (banking user ID, banking customer ID, and banking PIN), or other fields of the bank connection.
|
com.squareup.okhttp.Call |
BankConnectionsApi.getBankConnectionAsync(Long id,
ApiCallback<BankConnection> callback)
Get a bank connection (asynchronously)
Get a single bank connection of the user that is authorized by the access_token.
|
com.squareup.okhttp.Call |
BankConnectionsApi.importBankConnectionAsync(ImportBankConnectionParams body,
ApiCallback<BankConnection> callback)
Import a new bank connection (asynchronously)
Imports a new bank connection for a specific user.
|
com.squareup.okhttp.Call |
BankConnectionsApi.updateBankConnectionAsync(UpdateBankConnectionParams body,
ApiCallback<BankConnection> callback)
Update a bank connection (asynchronously)
Update an existing bank connection of the user that is authorized by the access_token.
|
| Modifier and Type | Method and Description |
|---|---|
List<BankConnection> |
BankConnectionList.getConnections()
List of bank connections
|
| Modifier and Type | Method and Description |
|---|---|
BankConnectionList |
BankConnectionList.addConnectionsItem(BankConnection connectionsItem) |
| Modifier and Type | Method and Description |
|---|---|
BankConnectionList |
BankConnectionList.connections(List<BankConnection> connections) |
void |
BankConnectionList.setConnections(List<BankConnection> connections) |
Copyright © 2018. All rights reserved.