| java.lang.Object | ||
| ↳ | com.avalara.avatax.services.BaseResult | |
| ↳ | com.avalara.avatax.services.TaxSummaryFetchResult | |
Java class for TaxSummaryFetchResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxSummaryFetchResult">
<complexContent>
<extension base="{http://avatax.avalara.com/services}BaseResult">
<sequence>
<element name="TaxSummaryReport" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TaxSummaryFetchResult.TaxSummaryReport | Java class for anonymous complex type. |
||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| taxSummaryReport | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.avalara.avatax.services.BaseResult
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the taxSummaryReport property.
| |||||||||||
Sets the value of the taxSummaryReport property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.avalara.avatax.services.BaseResult
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the taxSummaryReport property.
TaxSummaryFetchResult.TaxSummaryReport
Sets the value of the taxSummaryReport property.
| value | Allowed object is
TaxSummaryFetchResult.TaxSummaryReport
|
|---|