Uses of Class
paypalnvp.fields.BillingAgreement.PaymentType

Packages that use BillingAgreement.PaymentType
paypalnvp.fields   
 

Uses of BillingAgreement.PaymentType in paypalnvp.fields
 

Methods in paypalnvp.fields that return BillingAgreement.PaymentType
static BillingAgreement.PaymentType BillingAgreement.PaymentType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BillingAgreement.PaymentType[] BillingAgreement.PaymentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in paypalnvp.fields with parameters of type BillingAgreement.PaymentType
 void BillingAgreement.setPaymentType(BillingAgreement.PaymentType paymentType)
          Specifies type of PayPal payment you require for the billing agreement.