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

Packages that use SubscriptionTermsType
com.ebay.api.eBLBaseComponents   
 

Uses of SubscriptionTermsType in com.ebay.api.eBLBaseComponents
 

Methods in com.ebay.api.eBLBaseComponents that return SubscriptionTermsType
 SubscriptionTermsType[] SubscriptionInfoType.getTerms()
           
 SubscriptionTermsType SubscriptionInfoType.getTerms(int i)
           
 

Methods in com.ebay.api.eBLBaseComponents with parameters of type SubscriptionTermsType
 void SubscriptionInfoType.setTerms(SubscriptionTermsType[] terms)
           
 void SubscriptionInfoType.setTerms(int i, SubscriptionTermsType value)