Uses of Interface
com.girosolution.girocheckout.response.SofortUwTransactionResponse
Packages that use SofortUwTransactionResponse
-
Uses of SofortUwTransactionResponse in com.girosolution.girocheckout.request
Methods in com.girosolution.girocheckout.request that return SofortUwTransactionResponseModifier and TypeMethodDescriptionSofortUwTransactionRequest.execute()
Initialisiert eine Zahlung per Sofortüberweisung - Beispiel:
SofortUwTransactionRequest request = project .createSofortUwTransactionRequest(merchantTxId, amount, currency, purpose, bic, urlRedirect, urlNotify);
SofortUwTransactionResponse response = request.execute();