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

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

Uses of EmailAddressType in com.ebay.api.eBLBaseComponents
 

Methods in com.ebay.api.eBLBaseComponents that return EmailAddressType
 EmailAddressType PayerInfoType.getPayer()
           
 EmailAddressType PaymentTransactionSearchResultType.getPayer()
           
 EmailAddressType ReceiverInfoType.getBusiness()
           
 EmailAddressType ReceiverInfoType.getReceiver()
           
 

Methods in com.ebay.api.eBLBaseComponents with parameters of type EmailAddressType
 void PayerInfoType.setPayer(EmailAddressType payer)
           
 void PaymentTransactionSearchResultType.setPayer(EmailAddressType payer)
           
 void ReceiverInfoType.setBusiness(EmailAddressType business)
           
 void ReceiverInfoType.setReceiver(EmailAddressType receiver)
           
 

Uses of EmailAddressType in com.mikeblanton.paypal.util
 

Methods in com.mikeblanton.paypal.util with parameters of type EmailAddressType
 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 EmailAddressType in com.paypal.api.PayPalAPI
 

Methods in com.paypal.api.PayPalAPI that return EmailAddressType
 EmailAddressType MassPayRequestItemType.getReceiverEmail()
           
 EmailAddressType TransactionSearchRequestType.getPayer()
           
 EmailAddressType TransactionSearchRequestType.getReceiver()
           
 EmailAddressType AddressVerifyRequestType.getEmail()
           
 

Methods in com.paypal.api.PayPalAPI with parameters of type EmailAddressType
 void MassPayRequestItemType.setReceiverEmail(EmailAddressType receiverEmail)
           
 void TransactionSearchRequestType.setPayer(EmailAddressType payer)
           
 void TransactionSearchRequestType.setReceiver(EmailAddressType receiver)
           
 void AddressVerifyRequestType.setEmail(EmailAddressType email)