public class PayerInfoType
extends java.lang.Object
Java class for PayerInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PayerInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Payer" type="{urn:ebay:apis:eBLBaseComponents}EmailAddressType" minOccurs="0"/>
<element name="PayerID" type="{urn:ebay:apis:eBLBaseComponents}UserIDType" minOccurs="0"/>
<element name="PayerStatus" type="{urn:ebay:apis:eBLBaseComponents}PayPalUserStatusCodeType" minOccurs="0"/>
<element name="PayerName" type="{urn:ebay:apis:eBLBaseComponents}PersonNameType"/>
<element name="PayerCountry" type="{urn:ebay:apis:eBLBaseComponents}CountryCodeType" minOccurs="0"/>
<element name="PayerBusiness" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Address" type="{urn:ebay:apis:eBLBaseComponents}AddressType" minOccurs="0"/>
<element name="ContactPhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TaxIdDetails" type="{urn:ebay:apis:eBLBaseComponents}TaxIdDetailsType" minOccurs="0"/>
<element name="EnhancedPayerInfo" type="{urn:ebay:apis:EnhancedDataTypes}EnhancedPayerInfoType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AddressType |
address |
protected java.lang.String |
contactPhone |
protected EnhancedPayerInfoType |
enhancedPayerInfo |
protected java.lang.String |
payer |
protected java.lang.String |
payerBusiness |
protected CountryCodeType |
payerCountry |
protected java.lang.String |
payerID |
protected PersonNameType |
payerName |
protected PayPalUserStatusCodeType |
payerStatus |
protected TaxIdDetailsType |
taxIdDetails |
| Constructor and Description |
|---|
PayerInfoType() |
| Modifier and Type | Method and Description |
|---|---|
AddressType |
getAddress()
Gets the value of the address property.
|
java.lang.String |
getContactPhone()
Gets the value of the contactPhone property.
|
EnhancedPayerInfoType |
getEnhancedPayerInfo()
Gets the value of the enhancedPayerInfo property.
|
java.lang.String |
getPayer()
Gets the value of the payer property.
|
java.lang.String |
getPayerBusiness()
Gets the value of the payerBusiness property.
|
CountryCodeType |
getPayerCountry()
Gets the value of the payerCountry property.
|
java.lang.String |
getPayerID()
Gets the value of the payerID property.
|
PersonNameType |
getPayerName()
Gets the value of the payerName property.
|
PayPalUserStatusCodeType |
getPayerStatus()
Gets the value of the payerStatus property.
|
TaxIdDetailsType |
getTaxIdDetails()
Gets the value of the taxIdDetails property.
|
void |
setAddress(AddressType value)
Sets the value of the address property.
|
void |
setContactPhone(java.lang.String value)
Sets the value of the contactPhone property.
|
void |
setEnhancedPayerInfo(EnhancedPayerInfoType value)
Sets the value of the enhancedPayerInfo property.
|
void |
setPayer(java.lang.String value)
Sets the value of the payer property.
|
void |
setPayerBusiness(java.lang.String value)
Sets the value of the payerBusiness property.
|
void |
setPayerCountry(CountryCodeType value)
Sets the value of the payerCountry property.
|
void |
setPayerID(java.lang.String value)
Sets the value of the payerID property.
|
void |
setPayerName(PersonNameType value)
Sets the value of the payerName property.
|
void |
setPayerStatus(PayPalUserStatusCodeType value)
Sets the value of the payerStatus property.
|
void |
setTaxIdDetails(TaxIdDetailsType value)
Sets the value of the taxIdDetails property.
|
protected java.lang.String payer
protected java.lang.String payerID
protected PayPalUserStatusCodeType payerStatus
protected PersonNameType payerName
protected CountryCodeType payerCountry
protected java.lang.String payerBusiness
protected AddressType address
protected java.lang.String contactPhone
protected TaxIdDetailsType taxIdDetails
protected EnhancedPayerInfoType enhancedPayerInfo
public java.lang.String getPayer()
Stringpublic void setPayer(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getPayerID()
Stringpublic void setPayerID(java.lang.String value)
value - the value
allowed object is
Stringpublic PayPalUserStatusCodeType getPayerStatus()
PayPalUserStatusCodeTypepublic void setPayerStatus(PayPalUserStatusCodeType value)
value - the value
allowed object is
PayPalUserStatusCodeTypepublic PersonNameType getPayerName()
PersonNameTypepublic void setPayerName(PersonNameType value)
value - the value
allowed object is
PersonNameTypepublic CountryCodeType getPayerCountry()
CountryCodeTypepublic void setPayerCountry(CountryCodeType value)
value - the value
allowed object is
CountryCodeTypepublic java.lang.String getPayerBusiness()
Stringpublic void setPayerBusiness(java.lang.String value)
value - the value
allowed object is
Stringpublic AddressType getAddress()
AddressTypepublic void setAddress(AddressType value)
value - the value
allowed object is
AddressTypepublic java.lang.String getContactPhone()
Stringpublic void setContactPhone(java.lang.String value)
value - the value
allowed object is
Stringpublic TaxIdDetailsType getTaxIdDetails()
TaxIdDetailsTypepublic void setTaxIdDetails(TaxIdDetailsType value)
value - the value
allowed object is
TaxIdDetailsTypepublic EnhancedPayerInfoType getEnhancedPayerInfo()
EnhancedPayerInfoTypepublic void setEnhancedPayerInfo(EnhancedPayerInfoType value)
value - the value
allowed object is
EnhancedPayerInfoTypestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.