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

Packages that use PaymentCodeType
com.ebay.api.eBLBaseComponents   
 

Uses of PaymentCodeType in com.ebay.api.eBLBaseComponents
 

Fields in com.ebay.api.eBLBaseComponents declared as PaymentCodeType
static PaymentCodeType PaymentCodeType.none
           
static PaymentCodeType PaymentCodeType.echeck
           
static PaymentCodeType PaymentCodeType.instant
           
 

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

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