Uses of Class
urn.ebay.apis.eBLBaseComponents.CurrencyCodeType

Packages that use CurrencyCodeType
urn.ebay.api.PayPalAPI   
urn.ebay.apis.CoreComponentTypes   
urn.ebay.apis.eBLBaseComponents   
 

Uses of CurrencyCodeType in urn.ebay.api.PayPalAPI
 

Methods in urn.ebay.api.PayPalAPI that return CurrencyCodeType
 CurrencyCodeType TransactionSearchRequestType.getCurrencyCode()
          Getter for currencyCode
 

Methods in urn.ebay.api.PayPalAPI with parameters of type CurrencyCodeType
 void TransactionSearchRequestType.setCurrencyCode(CurrencyCodeType currencyCode)
          Setter for currencyCode
 

Uses of CurrencyCodeType in urn.ebay.apis.CoreComponentTypes
 

Methods in urn.ebay.apis.CoreComponentTypes that return CurrencyCodeType
 CurrencyCodeType BasicAmountType.getCurrencyID()
          Getter for currencyID
 

Methods in urn.ebay.apis.CoreComponentTypes with parameters of type CurrencyCodeType
 void BasicAmountType.setCurrencyID(CurrencyCodeType currencyID)
          Setter for currencyID
 

Constructors in urn.ebay.apis.CoreComponentTypes with parameters of type CurrencyCodeType
BasicAmountType(CurrencyCodeType currencyID, String value)
          Constructor with arguments
 

Uses of CurrencyCodeType in urn.ebay.apis.eBLBaseComponents
 

Methods in urn.ebay.apis.eBLBaseComponents that return CurrencyCodeType
static CurrencyCodeType CurrencyCodeType.fromValue(String v)
           
static CurrencyCodeType CurrencyCodeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CurrencyCodeType[] CurrencyCodeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013. All Rights Reserved.