Changes since
the last release

Uses of Class
com.ebay.soap.eBLBaseComponents.CurrencyCodeType

Packages that use CurrencyCodeType
com.ebay.sdk.call   
com.ebay.sdk.helper   
com.ebay.soap.eBLBaseComponents   
 

Uses of CurrencyCodeType in com.ebay.sdk.call
 

Methods in com.ebay.sdk.call that return CurrencyCodeType
 CurrencyCodeType GetAccountCall.getCurrency()
          Gets the GetAccountRequestType.currency.
 CurrencyCodeType SetShippingDiscountProfilesCall.getCurrencyID()
          Gets the SetShippingDiscountProfilesRequestType.currencyID.
 CurrencyCodeType GetAccountCall.getReturnedCurrency()
          Valid after executing the API.
 CurrencyCodeType GetShippingDiscountProfilesCall.getReturnedCurrencyID()
          Valid after executing the API.
 CurrencyCodeType GetShippingDiscountProfilesCall.getShippingDiscountProfiles()
          This call retrieves all shipping discount profiles currently defined by the user, along with other Combined Invoice-related details such as packaging and handling costs.
 

Methods in com.ebay.sdk.call with parameters of type CurrencyCodeType
 void GetAccountCall.setCurrency(CurrencyCodeType currency)
          Sets the GetAccountRequestType.currency.
 void SetShippingDiscountProfilesCall.setCurrencyID(CurrencyCodeType currencyID)
          Sets the SetShippingDiscountProfilesRequestType.currencyID.
 

Uses of CurrencyCodeType in com.ebay.sdk.helper
 

Methods in com.ebay.sdk.helper with parameters of type CurrencyCodeType
 CurrencyDetailsType eBayDetailsHelper1.getCurrencyDetailsByCurrencyCode(CurrencyCodeType currencyCode)
           
 ShippingServiceOptionsType ServiceControlManager.processUserSelectedShippingService(CurrencyCodeType currencyId, javax.swing.JComboBox cbxShippingServiceSelected, ControlTagItem[] ctrlShippingServices, javax.swing.JComboBox cbxIntlShippingServiceSelected, ControlTagItem[] ctrlIntlShippingServices, javax.swing.JTextField txtShippingServiceSelectedCost)
           
 

Uses of CurrencyCodeType in com.ebay.soap.eBLBaseComponents
 

Fields in com.ebay.soap.eBLBaseComponents declared as CurrencyCodeType
protected  CurrencyCodeType SellerType.billingCurrency
           
protected  CurrencyCodeType OfferType.currency
           
protected  CurrencyCodeType MyeBayFavoriteSearchType.currency
           
protected  CurrencyCodeType ItemType.currency
           
protected  CurrencyCodeType GetAccountResponseType.currency
           
protected  CurrencyCodeType GetAccountRequestType.currency
           
protected  CurrencyCodeType CurrencyDetailsType.currency
           
protected  CurrencyCodeType AdditionalAccountType.currency
           
protected  CurrencyCodeType SetShippingDiscountProfilesRequestType.currencyID
           
protected  CurrencyCodeType GetShippingDiscountProfilesResponseType.currencyID
           
protected  CurrencyCodeType BasicAmountType.currencyID
           
protected  CurrencyCodeType AmountType.currencyID
           
protected  CurrencyCodeType OfferType.siteCurrency
           
 

Methods in com.ebay.soap.eBLBaseComponents that return CurrencyCodeType
static CurrencyCodeType CurrencyCodeType.fromValue(java.lang.String v)
           
 CurrencyCodeType SellerType.getBillingCurrency()
          Gets the value of the billingCurrency property.
 CurrencyCodeType OfferType.getCurrency()
          Gets the value of the currency property.
 CurrencyCodeType MyeBayFavoriteSearchType.getCurrency()
          Gets the value of the currency property.
 CurrencyCodeType ItemType.getCurrency()
          Gets the value of the currency property.
 CurrencyCodeType GetAccountResponseType.getCurrency()
          Gets the value of the currency property.
 CurrencyCodeType GetAccountRequestType.getCurrency()
          Gets the value of the currency property.
 CurrencyCodeType CurrencyDetailsType.getCurrency()
          Gets the value of the currency property.
 CurrencyCodeType AdditionalAccountType.getCurrency()
          Gets the value of the currency property.
 CurrencyCodeType SetShippingDiscountProfilesRequestType.getCurrencyID()
          Gets the value of the currencyID property.
 CurrencyCodeType GetShippingDiscountProfilesResponseType.getCurrencyID()
          Gets the value of the currencyID property.
 CurrencyCodeType BasicAmountType.getCurrencyID()
          Gets the value of the currencyID property.
 CurrencyCodeType AmountType.getCurrencyID()
          Gets the value of the currencyID property.
 CurrencyCodeType OfferType.getSiteCurrency()
          Gets the value of the siteCurrency property.
static CurrencyCodeType CurrencyCodeType.valueOf(java.lang.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.
 

Methods in com.ebay.soap.eBLBaseComponents with parameters of type CurrencyCodeType
 void SellerType.setBillingCurrency(CurrencyCodeType value)
          Sets the value of the billingCurrency property.
 void OfferType.setCurrency(CurrencyCodeType value)
          Sets the value of the currency property.
 void MyeBayFavoriteSearchType.setCurrency(CurrencyCodeType value)
          Sets the value of the currency property.
 void ItemType.setCurrency(CurrencyCodeType value)
          Sets the value of the currency property.
 void GetAccountResponseType.setCurrency(CurrencyCodeType value)
          Sets the value of the currency property.
 void GetAccountRequestType.setCurrency(CurrencyCodeType value)
          Sets the value of the currency property.
 void CurrencyDetailsType.setCurrency(CurrencyCodeType value)
          Sets the value of the currency property.
 void AdditionalAccountType.setCurrency(CurrencyCodeType value)
          Sets the value of the currency property.
 void SetShippingDiscountProfilesRequestType.setCurrencyID(CurrencyCodeType value)
          Sets the value of the currencyID property.
 void GetShippingDiscountProfilesResponseType.setCurrencyID(CurrencyCodeType value)
          Sets the value of the currencyID property.
 void BasicAmountType.setCurrencyID(CurrencyCodeType value)
          Sets the value of the currencyID property.
 void AmountType.setCurrencyID(CurrencyCodeType value)
          Sets the value of the currencyID property.
 void OfferType.setSiteCurrency(CurrencyCodeType value)
          Sets the value of the siteCurrency property.
 


Changes since
the last release

The information contained in this document is proprietary and confidential. Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc. For information regarding a qualifying NDA, contact Developer Relations: developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.