Uses of Class
com.ebay.api.eBLBaseComponents.PaymentTransactionSearchResultType

Packages that use PaymentTransactionSearchResultType
com.paypal.api.PayPalAPI   
 

Uses of PaymentTransactionSearchResultType in com.paypal.api.PayPalAPI
 

Methods in com.paypal.api.PayPalAPI that return PaymentTransactionSearchResultType
 PaymentTransactionSearchResultType[] TransactionSearchResponseType.getPaymentTransactions()
           
 PaymentTransactionSearchResultType TransactionSearchResponseType.getPaymentTransactions(int i)
           
 

Methods in com.paypal.api.PayPalAPI with parameters of type PaymentTransactionSearchResultType
 void TransactionSearchResponseType.setPaymentTransactions(PaymentTransactionSearchResultType[] paymentTransactions)
           
 void TransactionSearchResponseType.setPaymentTransactions(int i, PaymentTransactionSearchResultType value)