| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.SalesTaxType |
Java class for SalesTaxType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SalesTaxType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SalesTaxPercent" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="SalesTaxState" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ShippingIncludedInTax" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| salesTaxPercent | |||||||||||
| salesTaxState | |||||||||||
| shippingIncludedInTax | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the salesTaxPercent property.
| |||||||||||
Gets the value of the salesTaxState property.
| |||||||||||
Gets the value of the shippingIncludedInTax property.
| |||||||||||
Sets the value of the salesTaxPercent property.
| |||||||||||
Sets the value of the salesTaxState property.
| |||||||||||
Sets the value of the shippingIncludedInTax property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the salesTaxPercent property.
Gets the value of the salesTaxState property.
Gets the value of the shippingIncludedInTax property.
Sets the value of the salesTaxPercent property.
| value | Allowed object is Float |
|---|
Sets the value of the salesTaxState property.
| value | Allowed object is String |
|---|
Sets the value of the shippingIncludedInTax property.
| value | Allowed object is Boolean |
|---|