public class GetBillingAgreementCustomerDetailsResponseDetailsType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected AddressType |
billingAddress |
protected PayerInfoType |
payerInfo |
| Constructor and Description |
|---|
GetBillingAgreementCustomerDetailsResponseDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected PayerInfoType payerInfo
protected AddressType billingAddress
public GetBillingAgreementCustomerDetailsResponseDetailsType()
public PayerInfoType getPayerInfo()
PayerInfoTypepublic void setPayerInfo(PayerInfoType value)
value - the value
allowed object is
PayerInfoTypepublic AddressType getBillingAddress()
AddressTypepublic void setBillingAddress(AddressType value)
value - the value
allowed object is
AddressTypestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.