Uses of Class
paypalnvp.fields.CreditCard

Packages that use CreditCard
paypalnvp.request   
 

Uses of CreditCard in paypalnvp.request
 

Methods in paypalnvp.request with parameters of type CreditCard
 void UpdateRecurringPaymentsProfile.setCreditCard(CreditCard card)
           
 

Constructors in paypalnvp.request with parameters of type CreditCard
CreateRecurringPaymentsProfile(CreditCard card)
           
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)