Uses of Interface
com.girosolution.girocheckout.response.IdealPaymentResponse
Package | Description |
---|---|
com.girosolution.girocheckout.request |
-
Uses of IdealPaymentResponse in com.girosolution.girocheckout.request
Methods in com.girosolution.girocheckout.request that return IdealPaymentResponse Modifier and Type Method Description IdealPaymentResponse
IdealPaymentRequest. execute()
Initialisiert eine IDEAL Zahlung.
Beispiel:
IdealPaymentRequest request = project.createIdealPaymentRequest( merchantTxId, amount, currency, purpose, issuer, urlRedirect, urlNotify);
IdealPaymentResponse response = request.execute();