| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.PayerInfoType |
PayerInfoType Payer information
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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| address | |||||||||||
| contactPhone | |||||||||||
| payer | |||||||||||
| payerBusiness | |||||||||||
| payerCountry | |||||||||||
| payerID | |||||||||||
| payerName | |||||||||||
| payerStatus | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the address property.
| |||||||||||
Gets the value of the contactPhone property.
| |||||||||||
Gets the value of the payer property.
| |||||||||||
Gets the value of the payerBusiness property.
| |||||||||||
Gets the value of the payerCountry property.
| |||||||||||
Gets the value of the payerID property.
| |||||||||||
Gets the value of the payerName property.
| |||||||||||
Gets the value of the payerStatus property.
| |||||||||||
Sets the value of the address property.
| |||||||||||
Sets the value of the contactPhone property.
| |||||||||||
Sets the value of the payer property.
| |||||||||||
Sets the value of the payerBusiness property.
| |||||||||||
Sets the value of the payerCountry property.
| |||||||||||
Sets the value of the payerID property.
| |||||||||||
Sets the value of the payerName property.
| |||||||||||
Sets the value of the payerStatus property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the address property.
AddressType
Gets the value of the contactPhone property.
Gets the value of the payer property.
Gets the value of the payerBusiness property.
Gets the value of the payerCountry property.
CountryCodeType
Gets the value of the payerID property.
Gets the value of the payerName property.
PersonNameType
Gets the value of the payerStatus property.
PayPalUserStatusCodeType
Sets the value of the address property.
| value | Allowed object is
AddressType
|
|---|
Sets the value of the contactPhone property.
| value | Allowed object is String |
|---|
Sets the value of the payer property.
| value | Allowed object is String |
|---|
Sets the value of the payerBusiness property.
| value | Allowed object is String |
|---|
Sets the value of the payerCountry property.
| value | Allowed object is
CountryCodeType
|
|---|
Sets the value of the payerID property.
| value | Allowed object is String |
|---|
Sets the value of the payerName property.
| value | Allowed object is
PersonNameType
|
|---|
Sets the value of the payerStatus property.
| value | Allowed object is
PayPalUserStatusCodeType
|
|---|