| 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.
|
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.editBankConnectionCall(Long id,
EditBankConnectionParams body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for editBankConnection
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
EditBankConnectionParams |
EditBankConnectionParams.bankingCustomerId(String bankingCustomerId) |
EditBankConnectionParams |
EditBankConnectionParams.bankingPin(String bankingPin) |
EditBankConnectionParams |
EditBankConnectionParams.bankingUserId(String bankingUserId) |
EditBankConnectionParams |
EditBankConnectionParams.defaultTwoStepProcedureId(String defaultTwoStepProcedureId) |
EditBankConnectionParams |
EditBankConnectionParams.name(String name) |
Copyright © 2018. All rights reserved.