| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.SellerDetailsType |
Details about the seller.
Java class for SellerDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SellerDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SellerId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SellerUserName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SellerRegistrationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="PayPalAccountID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| payPalAccountID | |||||||||||
| sellerId | |||||||||||
| sellerRegistrationDate | |||||||||||
| sellerUserName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the payPalAccountID property.
| |||||||||||
Gets the value of the sellerId property.
| |||||||||||
Gets the value of the sellerRegistrationDate property.
| |||||||||||
Gets the value of the sellerUserName property.
| |||||||||||
Sets the value of the payPalAccountID property.
| |||||||||||
Sets the value of the sellerId property.
| |||||||||||
Sets the value of the sellerRegistrationDate property.
| |||||||||||
Sets the value of the sellerUserName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the payPalAccountID property.
Gets the value of the sellerId property.
Gets the value of the sellerRegistrationDate property.
Gets the value of the sellerUserName property.
Sets the value of the payPalAccountID property.
| value | Allowed object is String |
|---|
Sets the value of the sellerId property.
| value | Allowed object is String |
|---|
Sets the value of the sellerRegistrationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the sellerUserName property.
| value | Allowed object is String |
|---|