Changes since
the last release

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

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

Uses of BuyerPaymentMethodCodeType in com.ebay.sdk.call
 

Methods in com.ebay.sdk.call that return BuyerPaymentMethodCodeType
 BuyerPaymentMethodCodeType[] SendInvoiceCall.getPaymentMethods()
          Gets the SendInvoiceRequestType.paymentMethods.
 BuyerPaymentMethodCodeType ReviseCheckoutStatusCall.getPaymentMethodUsed()
          Gets the ReviseCheckoutStatusRequestType.paymentMethodUsed.
 

Methods in com.ebay.sdk.call with parameters of type BuyerPaymentMethodCodeType
 void SendInvoiceCall.setPaymentMethods(BuyerPaymentMethodCodeType[] paymentMethods)
          Sets the SendInvoiceRequestType.paymentMethods.
 void ReviseCheckoutStatusCall.setPaymentMethodUsed(BuyerPaymentMethodCodeType paymentMethodUsed)
          Sets the ReviseCheckoutStatusRequestType.paymentMethodUsed.
 

Uses of BuyerPaymentMethodCodeType in com.ebay.sdk.helper
 

Methods in com.ebay.sdk.helper that return BuyerPaymentMethodCodeType
 BuyerPaymentMethodCodeType[] ServiceControlManager.processUserPaymentMethods(JCheckBox[] ckbPaymentServices, ControlTagItem[] ctrlPaymentServices)
           
 

Methods in com.ebay.sdk.helper with parameters of type BuyerPaymentMethodCodeType
 PaymentOptionDetailsType eBayDetailsHelper1.getPaymentOptionDetailsBySiteAndPaymentMethod(SiteCodeType site, BuyerPaymentMethodCodeType paymentMethod)
           
 

Uses of BuyerPaymentMethodCodeType in com.ebay.soap.eBLBaseComponents
 

Fields in com.ebay.soap.eBLBaseComponents declared as BuyerPaymentMethodCodeType
protected  BuyerPaymentMethodCodeType CheckoutStatusType.paymentMethod
           
protected  BuyerPaymentMethodCodeType TransactionStatusType.paymentMethodUsed
           
protected  BuyerPaymentMethodCodeType SellingManagerOrderStatusType.paymentMethodUsed
           
protected  BuyerPaymentMethodCodeType ReviseCheckoutStatusRequestType.paymentMethodUsed
           
protected  BuyerPaymentMethodCodeType PaymentOptionDetailsType.paymentOption
           
 

Fields in com.ebay.soap.eBLBaseComponents with type parameters of type BuyerPaymentMethodCodeType
protected  List<BuyerPaymentMethodCodeType> SiteDefaultsType.paymentMethod
           
protected  List<BuyerPaymentMethodCodeType> CategoryFeatureType.paymentMethod
           
protected  List<BuyerPaymentMethodCodeType> SendInvoiceRequestType.paymentMethods
           
protected  List<BuyerPaymentMethodCodeType> OrderType.paymentMethods
           
protected  List<BuyerPaymentMethodCodeType> ItemType.paymentMethods
           
 

Methods in com.ebay.soap.eBLBaseComponents that return BuyerPaymentMethodCodeType
static BuyerPaymentMethodCodeType BuyerPaymentMethodCodeType.fromValue(String v)
           
 BuyerPaymentMethodCodeType[] SiteDefaultsType.getPaymentMethod()
           
 BuyerPaymentMethodCodeType CheckoutStatusType.getPaymentMethod()
          Gets the value of the paymentMethod property.
 BuyerPaymentMethodCodeType[] CategoryFeatureType.getPaymentMethod()
           
 BuyerPaymentMethodCodeType SiteDefaultsType.getPaymentMethod(int idx)
           
 BuyerPaymentMethodCodeType CategoryFeatureType.getPaymentMethod(int idx)
           
 BuyerPaymentMethodCodeType[] SendInvoiceRequestType.getPaymentMethods()
           
 BuyerPaymentMethodCodeType[] OrderType.getPaymentMethods()
           
 BuyerPaymentMethodCodeType[] ItemType.getPaymentMethods()
           
 BuyerPaymentMethodCodeType SendInvoiceRequestType.getPaymentMethods(int idx)
           
 BuyerPaymentMethodCodeType OrderType.getPaymentMethods(int idx)
           
 BuyerPaymentMethodCodeType ItemType.getPaymentMethods(int idx)
           
 BuyerPaymentMethodCodeType TransactionStatusType.getPaymentMethodUsed()
          Gets the value of the paymentMethodUsed property.
 BuyerPaymentMethodCodeType SellingManagerOrderStatusType.getPaymentMethodUsed()
          Gets the value of the paymentMethodUsed property.
 BuyerPaymentMethodCodeType ReviseCheckoutStatusRequestType.getPaymentMethodUsed()
          Gets the value of the paymentMethodUsed property.
 BuyerPaymentMethodCodeType PaymentOptionDetailsType.getPaymentOption()
          Gets the value of the paymentOption property.
 BuyerPaymentMethodCodeType SiteDefaultsType.setPaymentMethod(int idx, BuyerPaymentMethodCodeType value)
           
 BuyerPaymentMethodCodeType CategoryFeatureType.setPaymentMethod(int idx, BuyerPaymentMethodCodeType value)
           
 BuyerPaymentMethodCodeType SendInvoiceRequestType.setPaymentMethods(int idx, BuyerPaymentMethodCodeType value)
           
 BuyerPaymentMethodCodeType OrderType.setPaymentMethods(int idx, BuyerPaymentMethodCodeType value)
           
 BuyerPaymentMethodCodeType ItemType.setPaymentMethods(int idx, BuyerPaymentMethodCodeType value)
           
static BuyerPaymentMethodCodeType BuyerPaymentMethodCodeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BuyerPaymentMethodCodeType[] BuyerPaymentMethodCodeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.ebay.soap.eBLBaseComponents that return types with arguments of type BuyerPaymentMethodCodeType
protected  List<BuyerPaymentMethodCodeType> SiteDefaultsType._getPaymentMethod()
           
protected  List<BuyerPaymentMethodCodeType> CategoryFeatureType._getPaymentMethod()
           
protected  List<BuyerPaymentMethodCodeType> SendInvoiceRequestType._getPaymentMethods()
           
protected  List<BuyerPaymentMethodCodeType> OrderType._getPaymentMethods()
           
protected  List<BuyerPaymentMethodCodeType> ItemType._getPaymentMethods()
           
 

Methods in com.ebay.soap.eBLBaseComponents with parameters of type BuyerPaymentMethodCodeType
 void CheckoutStatusType.setPaymentMethod(BuyerPaymentMethodCodeType value)
          Sets the value of the paymentMethod property.
 void SiteDefaultsType.setPaymentMethod(BuyerPaymentMethodCodeType[] values)
           
 void CategoryFeatureType.setPaymentMethod(BuyerPaymentMethodCodeType[] values)
           
 BuyerPaymentMethodCodeType SiteDefaultsType.setPaymentMethod(int idx, BuyerPaymentMethodCodeType value)
           
 BuyerPaymentMethodCodeType CategoryFeatureType.setPaymentMethod(int idx, BuyerPaymentMethodCodeType value)
           
 void SendInvoiceRequestType.setPaymentMethods(BuyerPaymentMethodCodeType[] values)
           
 void OrderType.setPaymentMethods(BuyerPaymentMethodCodeType[] values)
           
 void ItemType.setPaymentMethods(BuyerPaymentMethodCodeType[] values)
           
 BuyerPaymentMethodCodeType SendInvoiceRequestType.setPaymentMethods(int idx, BuyerPaymentMethodCodeType value)
           
 BuyerPaymentMethodCodeType OrderType.setPaymentMethods(int idx, BuyerPaymentMethodCodeType value)
           
 BuyerPaymentMethodCodeType ItemType.setPaymentMethods(int idx, BuyerPaymentMethodCodeType value)
           
 void TransactionStatusType.setPaymentMethodUsed(BuyerPaymentMethodCodeType value)
          Sets the value of the paymentMethodUsed property.
 void SellingManagerOrderStatusType.setPaymentMethodUsed(BuyerPaymentMethodCodeType value)
          Sets the value of the paymentMethodUsed property.
 void ReviseCheckoutStatusRequestType.setPaymentMethodUsed(BuyerPaymentMethodCodeType value)
          Sets the value of the paymentMethodUsed property.
 void PaymentOptionDetailsType.setPaymentOption(BuyerPaymentMethodCodeType value)
          Sets the value of the paymentOption 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.