public class

GetTaxHistoryResponse

extends Object
java.lang.Object
   ↳ com.avalara.avatax.services.GetTaxHistoryResponse

Class Overview

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="GetTaxHistoryResult" type="{http://avatax.avalara.com/services}GetTaxHistoryResult" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected GetTaxHistoryResult getTaxHistoryResult
Public Constructors
GetTaxHistoryResponse()
Public Methods
GetTaxHistoryResult getGetTaxHistoryResult()
Gets the value of the getTaxHistoryResult property.
void setGetTaxHistoryResult(GetTaxHistoryResult value)
Sets the value of the getTaxHistoryResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetTaxHistoryResult getTaxHistoryResult

Public Constructors

public GetTaxHistoryResponse ()

Public Methods

public GetTaxHistoryResult getGetTaxHistoryResult ()

Gets the value of the getTaxHistoryResult property.

Returns

public void setGetTaxHistoryResult (GetTaxHistoryResult value)

Sets the value of the getTaxHistoryResult property.

Parameters
value Allowed object is GetTaxHistoryResult