| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.BuyerDetailsType |
Details about the buyer's account passed in by the merchant or partner.
<?xml version="1.0" encoding="UTF-8"?><br xmlns="http://www.w3.org/2001/XMLSchema" xmlns:cc="urn:ebay:apis:CoreComponentTypes" xmlns:ed="urn:ebay:apis:EnhancedDataTypes" xmlns:ns="urn:ebay:apis:eBLBaseComponents" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>Optional.
<?xml version="1.0" encoding="UTF-8"?><br xmlns="http://www.w3.org/2001/XMLSchema" xmlns:cc="urn:ebay:apis:CoreComponentTypes" xmlns:ed="urn:ebay:apis:EnhancedDataTypes" xmlns:ns="urn:ebay:apis:eBLBaseComponents" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
Java class for BuyerDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BuyerDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BuyerId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BuyerUserName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BuyerRegistrationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| buyerId | |||||||||||
| buyerRegistrationDate | |||||||||||
| buyerUserName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the buyerId property.
| |||||||||||
Gets the value of the buyerRegistrationDate property.
| |||||||||||
Gets the value of the buyerUserName property.
| |||||||||||
Sets the value of the buyerId property.
| |||||||||||
Sets the value of the buyerRegistrationDate property.
| |||||||||||
Sets the value of the buyerUserName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the buyerId property.
Gets the value of the buyerRegistrationDate property.
Gets the value of the buyerUserName property.
Sets the value of the buyerId property.
| value | Allowed object is String |
|---|
Sets the value of the buyerRegistrationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the buyerUserName property.
| value | Allowed object is String |
|---|