Uses of Interface
com.girosolution.girocheckout.response.GiropayTransactionResponse
Packages that use GiropayTransactionResponse
-
Uses of GiropayTransactionResponse in com.girosolution.girocheckout.request
Methods in com.girosolution.girocheckout.request that return GiropayTransactionResponseModifier and TypeMethodDescriptionGiropayTransactionRequest.execute()
Initialisiert eine giropay Zahlung Beispiel:
GiropayTransactionRequest request = project .createGiropayTransactionRequest(giropayMerchantId, merchantTxId, amount, currency, purpose, shoppingCartType, shippingAddresseFirstName, shippingAddresseLastName, shippingCompany, shippingAdditionalAddressInformation, shippingStreet, shippingStreetNumber, shippingZipCode, shippingCity, shippingCountry, shippingEmail, merchantOrderReferenceNumber, cart, deliveryType, urlRedirect, urlNotify, kassenzeichen);
GiropayTransactionResponse response = request.execute();