Uses of Interface
com.girosolution.girocheckout.response.IdealPaymentResponse
Packages that use IdealPaymentResponse
-
Uses of IdealPaymentResponse in com.girosolution.girocheckout.request
Methods in com.girosolution.girocheckout.request that return IdealPaymentResponseModifier and TypeMethodDescriptionIdealPaymentRequest.execute()
Initialisiert eine IDEAL Zahlung.
Beispiel:
IdealPaymentRequest request = project.createIdealPaymentRequest( merchantTxId, amount, currency, purpose, issuer, urlRedirect, urlNotify, kassenzeichen);
IdealPaymentResponse response = request.execute();