public class

PayerInfoType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.PayerInfoType

Class Overview

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>
 

Summary

Fields
protected AddressType address
protected String contactPhone
protected String payer
protected String payerBusiness
protected CountryCodeType payerCountry
protected String payerID
protected PersonNameType payerName
protected PayPalUserStatusCodeType payerStatus
Public Constructors
PayerInfoType()
Public Methods
AddressType getAddress()
Gets the value of the address property.
String getContactPhone()
Gets the value of the contactPhone property.
String getPayer()
Gets the value of the payer property.
String getPayerBusiness()
Gets the value of the payerBusiness property.
CountryCodeType getPayerCountry()
Gets the value of the payerCountry property.
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.
void setAddress(AddressType value)
Sets the value of the address property.
void setContactPhone(String value)
Sets the value of the contactPhone property.
void setPayer(String value)
Sets the value of the payer property.
void setPayerBusiness(String value)
Sets the value of the payerBusiness property.
void setPayerCountry(CountryCodeType value)
Sets the value of the payerCountry property.
void setPayerID(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.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AddressType address

protected String contactPhone

protected String payer

protected String payerBusiness

protected CountryCodeType payerCountry

protected String payerID

protected PersonNameType payerName

protected PayPalUserStatusCodeType payerStatus

Public Constructors

public PayerInfoType ()

Public Methods

public AddressType getAddress ()

Gets the value of the address property.

Returns

public String getContactPhone ()

Gets the value of the contactPhone property.

Returns
  • possible object is String

public String getPayer ()

Gets the value of the payer property.

Returns
  • possible object is String

public String getPayerBusiness ()

Gets the value of the payerBusiness property.

Returns
  • possible object is String

public CountryCodeType getPayerCountry ()

Gets the value of the payerCountry property.

Returns

public String getPayerID ()

Gets the value of the payerID property.

Returns
  • possible object is String

public PersonNameType getPayerName ()

Gets the value of the payerName property.

Returns

public PayPalUserStatusCodeType getPayerStatus ()

Gets the value of the payerStatus property.

Returns

public void setAddress (AddressType value)

Sets the value of the address property.

Parameters
value Allowed object is AddressType

public void setContactPhone (String value)

Sets the value of the contactPhone property.

Parameters
value Allowed object is String

public void setPayer (String value)

Sets the value of the payer property.

Parameters
value Allowed object is String

public void setPayerBusiness (String value)

Sets the value of the payerBusiness property.

Parameters
value Allowed object is String

public void setPayerCountry (CountryCodeType value)

Sets the value of the payerCountry property.

Parameters
value Allowed object is CountryCodeType

public void setPayerID (String value)

Sets the value of the payerID property.

Parameters
value Allowed object is String

public void setPayerName (PersonNameType value)

Sets the value of the payerName property.

Parameters
value Allowed object is PersonNameType

public void setPayerStatus (PayPalUserStatusCodeType value)

Sets the value of the payerStatus property.

Parameters
value Allowed object is PayPalUserStatusCodeType