public class

GetTaxHistoryResult

extends BaseResult
java.lang.Object
   ↳ com.avalara.avatax.services.BaseResult
     ↳ com.avalara.avatax.services.GetTaxHistoryResult

Class Overview

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>
 

Summary

Fields
protected GetTaxRequest getTaxRequest
protected GetTaxResult getTaxResult
[Expand]
Inherited Fields
From class com.avalara.avatax.services.BaseResult
Public Constructors
GetTaxHistoryResult()
Public Methods
GetTaxRequest getGetTaxRequest()
Gets the value of the getTaxRequest property.
GetTaxResult getGetTaxResult()
Gets the value of the getTaxResult property.
void setGetTaxRequest(GetTaxRequest value)
Sets the value of the getTaxRequest property.
void setGetTaxResult(GetTaxResult value)
Sets the value of the getTaxResult property.
[Expand]
Inherited Methods
From class com.avalara.avatax.services.BaseResult
From class java.lang.Object

Fields

protected GetTaxRequest getTaxRequest

protected GetTaxResult getTaxResult

Public Constructors

public GetTaxHistoryResult ()

Public Methods

public GetTaxRequest getGetTaxRequest ()

Gets the value of the getTaxRequest property.

Returns

public GetTaxResult getGetTaxResult ()

Gets the value of the getTaxResult property.

Returns

public void setGetTaxRequest (GetTaxRequest value)

Sets the value of the getTaxRequest property.

Parameters
value Allowed object is GetTaxRequest

public void setGetTaxResult (GetTaxResult value)

Sets the value of the getTaxResult property.

Parameters
value Allowed object is GetTaxResult