| java.lang.Object | ||
| ↳ | com.avalara.avatax.services.BaseResult | |
| ↳ | com.avalara.avatax.services.SearchTaxHistoryResult | |
Known Direct Subclasses
|
Java class for SearchTaxHistoryResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchTaxHistoryResult">
<complexContent>
<extension base="{http://avatax.avalara.com/services}BaseResult">
<sequence>
<element name="GetTaxResults" type="{http://avatax.avalara.com/services}ArrayOfGetTaxResult" minOccurs="0"/>
<element name="LastDocId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LastDocCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| getTaxResults | |||||||||||
| lastDocCode | |||||||||||
| lastDocId | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.avalara.avatax.services.BaseResult
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the getTaxResults property.
| |||||||||||
Gets the value of the lastDocCode property.
| |||||||||||
Gets the value of the lastDocId property.
| |||||||||||
Sets the value of the getTaxResults property.
| |||||||||||
Sets the value of the lastDocCode property.
| |||||||||||
Sets the value of the lastDocId property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.avalara.avatax.services.BaseResult
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the getTaxResults property.
ArrayOfGetTaxResult
Gets the value of the lastDocCode property.
Gets the value of the lastDocId property.
Sets the value of the getTaxResults property.
| value | Allowed object is
ArrayOfGetTaxResult
|
|---|
Sets the value of the lastDocCode property.
| value | Allowed object is String |
|---|
Sets the value of the lastDocId property.
| value | Allowed object is String |
|---|