Uses of Class
com.ebay.api.eBLBaseComponents.MerchantPullPaymentCodeType

Packages that use MerchantPullPaymentCodeType
com.ebay.api.eBLBaseComponents   
 

Uses of MerchantPullPaymentCodeType in com.ebay.api.eBLBaseComponents
 

Fields in com.ebay.api.eBLBaseComponents declared as MerchantPullPaymentCodeType
static MerchantPullPaymentCodeType MerchantPullPaymentCodeType.Any
           
static MerchantPullPaymentCodeType MerchantPullPaymentCodeType.InstantOnly
           
static MerchantPullPaymentCodeType MerchantPullPaymentCodeType.EcheckOnly
           
 

Methods in com.ebay.api.eBLBaseComponents that return MerchantPullPaymentCodeType
static MerchantPullPaymentCodeType MerchantPullPaymentCodeType.fromValue(org.apache.axis.types.Token value)
           
static MerchantPullPaymentCodeType MerchantPullPaymentCodeType.fromString(java.lang.String value)
           
 MerchantPullPaymentCodeType MerchantPullPaymentType.getPaymentType()
           
 

Methods in com.ebay.api.eBLBaseComponents with parameters of type MerchantPullPaymentCodeType
 void MerchantPullPaymentType.setPaymentType(MerchantPullPaymentCodeType paymentType)