Uses of Interface
com.girosolution.girocheckout.response.GiropayTransactionWithGiropayIDResponse
Packages that use GiropayTransactionWithGiropayIDResponse
-
Uses of GiropayTransactionWithGiropayIDResponse in com.girosolution.girocheckout.request
Methods in com.girosolution.girocheckout.request that return GiropayTransactionWithGiropayIDResponseModifier and TypeMethodDescriptionGiropayTransactionWithGiropayIDRequest.execute()
Initialisiert eine giropay Zahlung mit Altersverifikation Beispiel:
GiropayTransactionWithGiropayIDRequest request = project .createGiropayTransactionWithGiropayIDRequest(merchantTxId, amount, currency, purpose, bic, iban, info1Label, info2Label, info3Label, info4Label, info5Label, info1Text, info2Text, info3Text, info4Text, info5Text, urlRedirect, urlNotify);
GiropayTransactionWithGiropayIDResponse response = request.execute();