Uses of Class
paypalnvp.fields.Currency

Packages that use Currency
paypalnvp.fields   
paypalnvp.request   
 

Uses of Currency in paypalnvp.fields
 

Methods in paypalnvp.fields that return Currency
static Currency Currency.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Currency[] Currency.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 Currency
 void Payment.setCurrency(Currency currency)
          A three-character currency code.
 

Constructors in paypalnvp.fields with parameters of type Currency
BillingPeriodDetails(BillingPeriodDetails.BillingPeriod period, int frequency, java.lang.String amount, Currency currency)
           
 

Uses of Currency in paypalnvp.request
 

Methods in paypalnvp.request with parameters of type Currency
 void DoAuthorization.setCurrency(Currency currency)
          Sets currency.
 void DoCapture.setCurrency(Currency currency)
          Sets currency code.
 void DoNonReferencedCredit.setCurrency(Currency currency)
           
 void DoReauthorization.setCurrency(Currency currency)
          Currency
 void TransactionSearch.setCurrency(Currency currency)
          Search by currency code.
 

Constructors in paypalnvp.request with parameters of type Currency
MassPay(Currency currency, MassPayItem[] items)