Uses of Interface
com.girosolution.girocheckout.response.GiropayTransactionResponse

Packages that use GiropayTransactionResponse
Package
Description
 
  • Uses of GiropayTransactionResponse in com.girosolution.girocheckout.request

    Modifier and Type
    Method
    Description
    GiropayTransactionRequest.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, merchantReconciliationReferenceNumber, cart, deliveryType, urlRedirect, urlNotify);
    GiropayTransactionResponse response = request.execute();