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

Packages that use PersonNameType
com.ebay.api.eBLBaseComponents   
com.mikeblanton.paypal.util   
com.paypal.api.PayPalAPI   
 

Uses of PersonNameType in com.ebay.api.eBLBaseComponents
 

Methods in com.ebay.api.eBLBaseComponents that return PersonNameType
 PersonNameType PayerInfoType.getPayerName()
           
 

Methods in com.ebay.api.eBLBaseComponents with parameters of type PersonNameType
 void PayerInfoType.setPayerName(PersonNameType payerName)
           
 

Uses of PersonNameType in com.mikeblanton.paypal.util
 

Methods in com.mikeblanton.paypal.util with parameters of type PersonNameType
 TransactionSearchResponseType PayPalAPIUtil.transactionSearch(BasicAmountType _amount, java.lang.String _auctionItemNumber, CurrencyCodeType _currencyCode, java.util.Calendar _endDate, java.lang.String _invoiceId, EmailAddressType _emailAddress, PersonNameType _payerName, java.lang.String _receiptId, EmailAddressType _receiver, java.util.Calendar _startDate, PaymentTransactionStatusCodeType _status, PaymentTransactionClassCodeType _transactionClass, TransactionId _txnId)
          Performs a PayPal TransactionSearch API call using the specified criteria.
 

Uses of PersonNameType in com.paypal.api.PayPalAPI
 

Methods in com.paypal.api.PayPalAPI that return PersonNameType
 PersonNameType TransactionSearchRequestType.getPayerName()
           
 

Methods in com.paypal.api.PayPalAPI with parameters of type PersonNameType
 void TransactionSearchRequestType.setPayerName(PersonNameType payerName)