public class

GetBillingAgreementCustomerDetailsResponseDetailsType

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

Class Overview

Java class for GetBillingAgreementCustomerDetailsResponseDetailsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetBillingAgreementCustomerDetailsResponseDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PayerInfo" type="{urn:ebay:apis:eBLBaseComponents}PayerInfoType"/>
         <element name="BillingAddress" type="{urn:ebay:apis:eBLBaseComponents}AddressType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected AddressType billingAddress
protected PayerInfoType payerInfo
Public Constructors
GetBillingAgreementCustomerDetailsResponseDetailsType()
Public Methods
AddressType getBillingAddress()
Gets the value of the billingAddress property.
PayerInfoType getPayerInfo()
Gets the value of the payerInfo property.
void setBillingAddress(AddressType value)
Sets the value of the billingAddress property.
void setPayerInfo(PayerInfoType value)
Sets the value of the payerInfo property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AddressType billingAddress

protected PayerInfoType payerInfo

Public Constructors

public GetBillingAgreementCustomerDetailsResponseDetailsType ()

Public Methods

public AddressType getBillingAddress ()

Gets the value of the billingAddress property.

Returns

public PayerInfoType getPayerInfo ()

Gets the value of the payerInfo property.

Returns

public void setBillingAddress (AddressType value)

Sets the value of the billingAddress property.

Parameters
value Allowed object is AddressType

public void setPayerInfo (PayerInfoType value)

Sets the value of the payerInfo property.

Parameters
value Allowed object is PayerInfoType