urn.ebay.api.PayPalAPI
Class AddressVerifyResponseType

java.lang.Object
  extended by urn.ebay.apis.eBLBaseComponents.AbstractResponseType
      extended by urn.ebay.api.PayPalAPI.AddressVerifyResponseType

public class AddressVerifyResponseType
extends AbstractResponseType

Confirmation of a match, with one of the following tokens: None: The input value of the Email object does not match any email address on file at PayPal. Confirmed: If the value of the StreetMatch object is Matched, PayPal responds that the entire postal address is confirmed. Unconfirmed: PayPal responds that the postal address is unconfirmed


Constructor Summary
AddressVerifyResponseType()
          Default Constructor
AddressVerifyResponseType(Node node)
           
 
Method Summary
 AddressStatusCodeType getConfirmationCode()
          Getter for confirmationCode
 CountryCodeType getCountryCode()
          Getter for countryCode
 String getPayPalToken()
          Getter for payPalToken
 MatchStatusCodeType getStreetMatch()
          Getter for streetMatch
 MatchStatusCodeType getZipMatch()
          Getter for zipMatch
 void setConfirmationCode(AddressStatusCodeType confirmationCode)
          Setter for confirmationCode
 void setCountryCode(CountryCodeType countryCode)
          Setter for countryCode
 void setPayPalToken(String payPalToken)
          Setter for payPalToken
 void setStreetMatch(MatchStatusCodeType streetMatch)
          Setter for streetMatch
 void setZipMatch(MatchStatusCodeType zipMatch)
          Setter for zipMatch
 
Methods inherited from class urn.ebay.apis.eBLBaseComponents.AbstractResponseType
getAck, getBuild, getCorrelationID, getErrors, getTimestamp, getVersion, setAck, setBuild, setCorrelationID, setErrors, setTimestamp, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressVerifyResponseType

public AddressVerifyResponseType()
Default Constructor


AddressVerifyResponseType

public AddressVerifyResponseType(Node node)
                          throws XPathExpressionException
Throws:
XPathExpressionException
Method Detail

getConfirmationCode

public AddressStatusCodeType getConfirmationCode()
Getter for confirmationCode


setConfirmationCode

public void setConfirmationCode(AddressStatusCodeType confirmationCode)
Setter for confirmationCode


getStreetMatch

public MatchStatusCodeType getStreetMatch()
Getter for streetMatch


setStreetMatch

public void setStreetMatch(MatchStatusCodeType streetMatch)
Setter for streetMatch


getZipMatch

public MatchStatusCodeType getZipMatch()
Getter for zipMatch


setZipMatch

public void setZipMatch(MatchStatusCodeType zipMatch)
Setter for zipMatch


getCountryCode

public CountryCodeType getCountryCode()
Getter for countryCode


setCountryCode

public void setCountryCode(CountryCodeType countryCode)
Setter for countryCode


getPayPalToken

public String getPayPalToken()
Getter for payPalToken


setPayPalToken

public void setPayPalToken(String payPalToken)
Setter for payPalToken



Copyright © 2012. All Rights Reserved.