| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.BuyerType |
Information about user used by buying applications
Java class for BuyerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BuyerType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:ebay:apis:eBLBaseComponents}ShippingAddress" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| shippingAddress | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the shippingAddress property.
| |||||||||||
Sets the value of the shippingAddress property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the shippingAddress property.
AddressType
Sets the value of the shippingAddress property.
| value | Allowed object is
AddressType
|
|---|