| java.lang.Object | ||
| ↳ | ebay.apis.eblbasecomponents.AbstractResponseType | |
| ↳ | ebay.api.paypalapi.AddressVerifyResponseType | |
Java class for AddressVerifyResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddressVerifyResponseType">
<complexContent>
<extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
<sequence>
<element name="ConfirmationCode" type="{urn:ebay:apis:eBLBaseComponents}AddressStatusCodeType"/>
<element name="StreetMatch" type="{urn:ebay:apis:eBLBaseComponents}MatchStatusCodeType"/>
<element name="ZipMatch" type="{urn:ebay:apis:eBLBaseComponents}MatchStatusCodeType" minOccurs="0"/>
<element name="CountryCode" type="{urn:ebay:apis:eBLBaseComponents}CountryCodeType" minOccurs="0"/>
<element name="PayPalToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| confirmationCode | |||||||||||
| countryCode | |||||||||||
| payPalToken | |||||||||||
| streetMatch | |||||||||||
| zipMatch | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractResponseType
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the confirmationCode property.
| |||||||||||
Gets the value of the countryCode property.
| |||||||||||
Gets the value of the payPalToken property.
| |||||||||||
Gets the value of the streetMatch property.
| |||||||||||
Gets the value of the zipMatch property.
| |||||||||||
Sets the value of the confirmationCode property.
| |||||||||||
Sets the value of the countryCode property.
| |||||||||||
Sets the value of the payPalToken property.
| |||||||||||
Sets the value of the streetMatch property.
| |||||||||||
Sets the value of the zipMatch property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractResponseType
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the confirmationCode property.
AddressStatusCodeType
Gets the value of the countryCode property.
CountryCodeType
Gets the value of the payPalToken property.
Gets the value of the streetMatch property.
MatchStatusCodeType
Gets the value of the zipMatch property.
MatchStatusCodeType
Sets the value of the confirmationCode property.
| value | Allowed object is
AddressStatusCodeType
|
|---|
Sets the value of the countryCode property.
| value | Allowed object is
CountryCodeType
|
|---|
Sets the value of the payPalToken property.
| value | Allowed object is String |
|---|
Sets the value of the streetMatch property.
| value | Allowed object is
MatchStatusCodeType
|
|---|
Sets the value of the zipMatch property.
| value | Allowed object is
MatchStatusCodeType
|
|---|