Uses of Interface
com.girosolution.girocheckout.response.PaypalTransactionResponse
Packages that use PaypalTransactionResponse
-
Uses of PaypalTransactionResponse in com.girosolution.girocheckout.request
Methods in com.girosolution.girocheckout.request that return PaypalTransactionResponseModifier and TypeMethodDescriptionPaypalTransactionRequest.execute()
Initialisierung einer Paypal Zahlung.
Beispiel:
PaypalTransactionRequest request = project .createPaypalTransactionRequest(merchantTxId, amount, currency, purpose, type, urlRedirect, urlNotify);
PaypalTransactionResponse response = request.execute();