Uses of Class
paypalnvp.fields.PayerInformation

Packages that use PayerInformation
paypalnvp.request   
 

Uses of PayerInformation in paypalnvp.request
 

Methods in paypalnvp.request with parameters of type PayerInformation
 void CreateRecurringPaymentsProfile.setPayerInformation(PayerInformation payer)
           
 void UpdateRecurringPaymentsProfile.setPayerInformation(PayerInformation payer)
           
 

Constructors in paypalnvp.request with parameters of type PayerInformation
DoDirectPayment(java.lang.String ipAddress, Payment payment, CreditCard creditCard, PayerInformation payer, Address address)
           
DoNonReferencedCredit(java.lang.String amount, CreditCard card, PayerInformation payer, Address address)
           
DoReferenceTransaction(java.lang.String referenceId, Payment payment, CreditCard card, PayerInformation payer, Address address)