Uses of Interface
com.girosolution.girocheckout.response.SofortUwTransactionResponse
Package | Description |
---|---|
com.girosolution.girocheckout.request |
-
Uses of SofortUwTransactionResponse in com.girosolution.girocheckout.request
Methods in com.girosolution.girocheckout.request that return SofortUwTransactionResponse Modifier and Type Method Description SofortUwTransactionResponse
SofortUwTransactionRequest. execute()
Initialisiert eine Zahlung per Sofortüberweisung - Beispiel:
SofortUwTransactionRequest request = project .createSofortUwTransactionRequest(merchantTxId, amount, currency, purpose, urlRedirect, urlNotify);
SofortUwTransactionResponse response = request.execute();