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

Packages that use AbstractRequestType
com.mikeblanton.paypal.util   
com.paypal.api.PayPalAPI   
 

Uses of AbstractRequestType in com.mikeblanton.paypal.util
 

Methods in com.mikeblanton.paypal.util with parameters of type AbstractRequestType
 void PayPalAPIUtil.validateRequest(AbstractRequestType _request)
          Validates the passed AbstractRequestType, ensuring it has the required fields set.
 

Uses of AbstractRequestType in com.paypal.api.PayPalAPI
 

Subclasses of AbstractRequestType in com.paypal.api.PayPalAPI
 class AddressVerifyRequestType
           
 class BAUpdateRequestType
           
 class BillUserRequestType
           
 class GetTransactionDetailsRequestType
           
 class MassPayRequestType
           
 class RefundTransactionRequestType
           
 class TransactionSearchRequestType