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

Packages that use MerchantPullStatusCodeType
com.ebay.api.eBLBaseComponents   
com.paypal.api.PayPalAPI   
 

Uses of MerchantPullStatusCodeType in com.ebay.api.eBLBaseComponents
 

Fields in com.ebay.api.eBLBaseComponents declared as MerchantPullStatusCodeType
static MerchantPullStatusCodeType MerchantPullStatusCodeType.Active
           
static MerchantPullStatusCodeType MerchantPullStatusCodeType.Canceled
           
 

Methods in com.ebay.api.eBLBaseComponents that return MerchantPullStatusCodeType
 MerchantPullStatusCodeType MerchantPullInfoType.getMpStatus()
           
static MerchantPullStatusCodeType MerchantPullStatusCodeType.fromValue(org.apache.axis.types.Token value)
           
static MerchantPullStatusCodeType MerchantPullStatusCodeType.fromString(java.lang.String value)
           
 

Methods in com.ebay.api.eBLBaseComponents with parameters of type MerchantPullStatusCodeType
 void MerchantPullInfoType.setMpStatus(MerchantPullStatusCodeType mpStatus)
           
 

Uses of MerchantPullStatusCodeType in com.paypal.api.PayPalAPI
 

Methods in com.paypal.api.PayPalAPI that return MerchantPullStatusCodeType
 MerchantPullStatusCodeType BAUpdateRequestType.getMpStatus()
           
 

Methods in com.paypal.api.PayPalAPI with parameters of type MerchantPullStatusCodeType
 void BAUpdateRequestType.setMpStatus(MerchantPullStatusCodeType mpStatus)