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

Packages that use PaymentItemType
com.ebay.api.eBLBaseComponents   
 

Uses of PaymentItemType in com.ebay.api.eBLBaseComponents
 

Methods in com.ebay.api.eBLBaseComponents that return PaymentItemType
 PaymentItemType[] PaymentItemInfoType.getPaymentItem()
           
 PaymentItemType PaymentItemInfoType.getPaymentItem(int i)
           
 

Methods in com.ebay.api.eBLBaseComponents with parameters of type PaymentItemType
 void PaymentItemInfoType.setPaymentItem(PaymentItemType[] paymentItem)
           
 void PaymentItemInfoType.setPaymentItem(int i, PaymentItemType value)