|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecturn.ebay.apis.eBLBaseComponents.AbstractResponseType
urn.ebay.api.PayPalAPI.AddressVerifyResponseType
public class AddressVerifyResponseType
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 |
|---|
public AddressVerifyResponseType()
public AddressVerifyResponseType(Node node)
throws XPathExpressionException
XPathExpressionException| Method Detail |
|---|
public AddressStatusCodeType getConfirmationCode()
public void setConfirmationCode(AddressStatusCodeType confirmationCode)
public MatchStatusCodeType getStreetMatch()
public void setStreetMatch(MatchStatusCodeType streetMatch)
public MatchStatusCodeType getZipMatch()
public void setZipMatch(MatchStatusCodeType zipMatch)
public CountryCodeType getCountryCode()
public void setCountryCode(CountryCodeType countryCode)
public String getPayPalToken()
public void setPayPalToken(String payPalToken)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||