Uses of Class
com.paypal.api.payments.PaymentExecution

Packages that use PaymentExecution
com.paypal.api.payments   
 

Uses of PaymentExecution in com.paypal.api.payments
 

Methods in com.paypal.api.payments that return PaymentExecution
 PaymentExecution PaymentExecution.setPayerId(String payerId)
          Setter for payerId
 PaymentExecution PaymentExecution.setTransactions(List<Transactions> transactions)
          Setter for transactions
 

Methods in com.paypal.api.payments with parameters of type PaymentExecution
 Payment Payment.execute(APIContext apiContext, PaymentExecution paymentExecution)
          Executes the payment (after approved by the Payer) associated with this resource when the payment method is PayPal.
 Payment Payment.execute(String accessToken, PaymentExecution paymentExecution)
          Executes the payment (after approved by the Payer) associated with this resource when the payment method is PayPal.
 



Copyright © 2015. All Rights Reserved.