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()
String
public void setPayer(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getPayerID()
String
public void setPayerID(java.lang.String value)
value
- the value
allowed object is
String
public PayPalUserStatusCodeType getPayerStatus()
PayPalUserStatusCodeType
public void setPayerStatus(PayPalUserStatusCodeType value)
value
- the value
allowed object is
PayPalUserStatusCodeType
public PersonNameType getPayerName()
PersonNameType
public void setPayerName(PersonNameType value)
value
- the value
allowed object is
PersonNameType
public CountryCodeType getPayerCountry()
CountryCodeType
public void setPayerCountry(CountryCodeType value)
value
- the value
allowed object is
CountryCodeType
public java.lang.String getPayerBusiness()
String
public void setPayerBusiness(java.lang.String value)
value
- the value
allowed object is
String
public AddressType getAddress()
AddressType
public void setAddress(AddressType value)
value
- the value
allowed object is
AddressType
public java.lang.String getContactPhone()
String
public void setContactPhone(java.lang.String value)
value
- the value
allowed object is
String
public TaxIdDetailsType getTaxIdDetails()
TaxIdDetailsType
public void setTaxIdDetails(TaxIdDetailsType value)
value
- the value
allowed object is
TaxIdDetailsType
public EnhancedPayerInfoType getEnhancedPayerInfo()
EnhancedPayerInfoType
public void setEnhancedPayerInfo(EnhancedPayerInfoType value)
value
- the value
allowed object is
EnhancedPayerInfoType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.