Uses of Interface
com.girosolution.girocheckout.response.PaypalTransactionResponse
Package | Description |
---|---|
com.girosolution.girocheckout.request |
-
Uses of PaypalTransactionResponse in com.girosolution.girocheckout.request
Methods in com.girosolution.girocheckout.request that return PaypalTransactionResponse Modifier and Type Method Description PaypalTransactionResponse
PaypalTransactionRequest. execute()
Initialisierung einer Paypal Zahlung.
Beispiel:
PaypalTransactionRequest request = project .createPaypalTransactionRequest(merchantTxId, amount, currency, purpose, urlRedirect, urlNotify);
PaypalTransactionResponse response = request.execute();