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

Uses of Transaction in com.paypal.api.payments
 

Methods in com.paypal.api.payments that return Transaction
 Transaction Transaction.setAmount(Amount amount)
          Setter for amount
 Transaction Transaction.setDescription(String description)
          Setter for description
 Transaction Transaction.setItemList(ItemList itemList)
          Setter for itemList
 Transaction Transaction.setPayee(Payee payee)
          Setter for payee
 Transaction Transaction.setRelatedResources(List<RelatedResources> relatedResources)
          Setter for relatedResources
 Transaction Transaction.setTransactions(List<Transaction> transactions)
          Setter for transactions
 

Methods in com.paypal.api.payments that return types with arguments of type Transaction
 List<Transaction> Transaction.getTransactions()
          Getter for transactions
 List<Transaction> Payment.getTransactions()
          Getter for transactions
 

Method parameters in com.paypal.api.payments with type arguments of type Transaction
 Transaction Transaction.setTransactions(List<Transaction> transactions)
          Setter for transactions
 Payment Payment.setTransactions(List<Transaction> transactions)
          Setter for transactions
 

Constructor parameters in com.paypal.api.payments with type arguments of type Transaction
Payment(String intent, Payer payer, List<Transaction> transactions)
          Parameterized Constructor
 



Copyright © 2013. All Rights Reserved.