| java.lang.Object | ||
| ↳ | com.avalara.avatax.services.BaseResult | |
| ↳ | com.avalara.avatax.services.GetTaxHistoryResult | |
Java class for GetTaxHistoryResult complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="GetTaxHistoryResult">
   <complexContent>
     <extension base="{http://avatax.avalara.com/services}BaseResult">
       <sequence>
         <element name="GetTaxRequest" type="{http://avatax.avalara.com/services}GetTaxRequest" minOccurs="0"/>
         <element name="GetTaxResult" type="{http://avatax.avalara.com/services}GetTaxResult" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
 
 
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| getTaxRequest | |||||||||||
| getTaxResult | |||||||||||
| 
  [Expand]
   Inherited Fields  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   From class
com.avalara.avatax.services.BaseResult
 | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the getTaxRequest property. 
  
   | |||||||||||
Gets the value of the getTaxResult property. 
  
   | |||||||||||
Sets the value of the getTaxRequest property. 
  
   | |||||||||||
Sets the value of the getTaxResult property. 
  
   | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  com.avalara.avatax.services.BaseResult
 | |||||||||||
   
From class
  java.lang.Object
 | |||||||||||
Gets the value of the getTaxRequest property.
GetTaxRequest
     
Gets the value of the getTaxResult property.
GetTaxResult
     
Sets the value of the getTaxRequest property.
| value | Allowed object is
     GetTaxRequest
     
 | 
        
|---|
Sets the value of the getTaxResult property.
| value | Allowed object is
     GetTaxResult
     
 | 
        
|---|