| 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.
|
BankResponse |
AccountsApi.executeSepaMoneyTransfer(ExecuteSepaMoneyTransferParams body)
Execute SEPA Money Transfer
Execute a SEPA money transfer order that has been previously submitted by the use of the /requestSepaMoneyTransfer service.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
ApiResponse<BankResponse> |
AccountsApi.executeSepaMoneyTransferWithHttpInfo(ExecuteSepaMoneyTransferParams body)
Execute SEPA Money Transfer
Execute a SEPA money transfer order that has been previously submitted by the use of the /requestSepaMoneyTransfer service.
|
| Modifier and Type | Method and Description |
|---|---|
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.executeSepaMoneyTransferAsync(ExecuteSepaMoneyTransferParams body,
ApiCallback<BankResponse> callback)
Execute SEPA Money Transfer (asynchronously)
Execute a SEPA money transfer order that has been previously submitted by the use of the /requestSepaMoneyTransfer service.
|
| Modifier and Type | Method and Description |
|---|---|
BankResponse |
BankResponse.successMessage(String successMessage) |
BankResponse |
BankResponse.warnMessage(String warnMessage) |
Copyright © 2018. All rights reserved.