| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
BankConnection |
BankConnectionsApi.updateBankConnection(UpdateBankConnectionParams body)
Update a bank connection
Update an existing bank connection of the user that is authorized by the access_token.
|
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.
|
com.squareup.okhttp.Call |
BankConnectionsApi.updateBankConnectionCall(UpdateBankConnectionParams body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateBankConnection
|
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 |
|---|---|
UpdateBankConnectionParams |
UpdateBankConnectionParams.bankConnectionId(Long bankConnectionId) |
UpdateBankConnectionParams |
UpdateBankConnectionParams.bankingPin(String bankingPin) |
UpdateBankConnectionParams |
UpdateBankConnectionParams.challengeResponse(String challengeResponse) |
UpdateBankConnectionParams |
UpdateBankConnectionParams.importNewAccounts(Boolean importNewAccounts) |
UpdateBankConnectionParams |
UpdateBankConnectionParams.loadOwnerData(Boolean loadOwnerData) |
UpdateBankConnectionParams |
UpdateBankConnectionParams.skipPositionsDownload(Boolean skipPositionsDownload) |
Copyright © 2018. All rights reserved.