| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.VATDetailsType |
Contains information required To list a business item. BusinessSeller - only for add item, the RestrictedToBusiness and VATPercent for both get and add, for revise all must be optional
Java class for VATDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VATDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BusinessSeller" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="RestrictedToBusiness" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="VATPercent" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| businessSeller | |||||||||||
| restrictedToBusiness | |||||||||||
| vatPercent | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the vatPercent property.
| |||||||||||
Gets the value of the businessSeller property.
| |||||||||||
Gets the value of the restrictedToBusiness property.
| |||||||||||
Sets the value of the businessSeller property.
| |||||||||||
Sets the value of the restrictedToBusiness property.
| |||||||||||
Sets the value of the vatPercent property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the vatPercent property.
Gets the value of the businessSeller property.
Gets the value of the restrictedToBusiness property.
Sets the value of the businessSeller property.
| value | Allowed object is Boolean |
|---|
Sets the value of the restrictedToBusiness property.
| value | Allowed object is Boolean |
|---|
Sets the value of the vatPercent property.
| value | Allowed object is Float |
|---|