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

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

Uses of MatchStatusCodeType in com.ebay.api.eBLBaseComponents
 

Fields in com.ebay.api.eBLBaseComponents declared as MatchStatusCodeType
static MatchStatusCodeType MatchStatusCodeType.None
           
static MatchStatusCodeType MatchStatusCodeType.Matched
           
static MatchStatusCodeType MatchStatusCodeType.Unmatched
           
 

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

Uses of MatchStatusCodeType in com.paypal.api.PayPalAPI
 

Methods in com.paypal.api.PayPalAPI that return MatchStatusCodeType
 MatchStatusCodeType AddressVerifyResponseType.getStreetMatch()
           
 MatchStatusCodeType AddressVerifyResponseType.getZipMatch()
           
 

Methods in com.paypal.api.PayPalAPI with parameters of type MatchStatusCodeType
 void AddressVerifyResponseType.setStreetMatch(MatchStatusCodeType streetMatch)
           
 void AddressVerifyResponseType.setZipMatch(MatchStatusCodeType zipMatch)