| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
BankResponse |
AccountsApi.executeSepaDirectDebit(ExecuteSepaDirectDebitParams body)
Execute SEPA Direct Debit
Execute a SEPA direct debit order that has been previously submitted by the use of the /requestSepaDirectDebit service.
|
com.squareup.okhttp.Call |
AccountsApi.executeSepaDirectDebitAsync(ExecuteSepaDirectDebitParams body,
ApiCallback<BankResponse> callback)
Execute SEPA Direct Debit (asynchronously)
Execute a SEPA direct debit order that has been previously submitted by the use of the /requestSepaDirectDebit service.
|
com.squareup.okhttp.Call |
AccountsApi.executeSepaDirectDebitCall(ExecuteSepaDirectDebitParams body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for executeSepaDirectDebit
|
ApiResponse<BankResponse> |
AccountsApi.executeSepaDirectDebitWithHttpInfo(ExecuteSepaDirectDebitParams body)
Execute SEPA Direct Debit
Execute a SEPA direct debit order that has been previously submitted by the use of the /requestSepaDirectDebit service.
|
| Modifier and Type | Method and Description |
|---|---|
ExecuteSepaDirectDebitParams |
ExecuteSepaDirectDebitParams.accountId(Long accountId) |
ExecuteSepaDirectDebitParams |
ExecuteSepaDirectDebitParams.bankingTan(String bankingTan) |
Copyright © 2018. All rights reserved.