| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.GetBillingAgreementCustomerDetailsResponseDetailsType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| billingAddress | |||||||||||
| payerInfo | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the billingAddress property.
| |||||||||||
Gets the value of the payerInfo property.
| |||||||||||
Sets the value of the billingAddress property.
| |||||||||||
Sets the value of the payerInfo property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the billingAddress property.
AddressType
Gets the value of the payerInfo property.
PayerInfoType
Sets the value of the billingAddress property.
| value | Allowed object is
AddressType
|
|---|
Sets the value of the payerInfo property.
| value | Allowed object is
PayerInfoType
|
|---|