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

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

    Methods in com.girosolution.girocheckout.request that return PaymentPageResponse 
    Modifier and Type Method Description
    PaymentPageResponse PaymentPageRequest.execute()
    Initialisiert eine Zahlung per Payment Page - Beispiel:
    PaymentPageRequest request = project.createPaymentPageRequest(merchantTxId, amount, currency, purpose, description, pagetype, expirydate, single, txType, locale, paymethods, payprojects, organization, freeamount, fixedvalues, minamount, maxamount, orderid, projectlist, pkn, test, paydirektShippingFirstName, paydirektShippingLastName, paydirektShippingZipCode, paydirektShippingCity, paydirektShippingCountry, successUrl, backUrl, failUrl, notifyUrl);
    PaymentPageResponse response = request.execute();