public class

GetTaxHistory

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

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="GetTaxHistoryRequest" type="{http://avatax.avalara.com/services}GetTaxHistoryRequest" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected GetTaxHistoryRequest getTaxHistoryRequest
Public Constructors
GetTaxHistory()
Public Methods
GetTaxHistoryRequest getGetTaxHistoryRequest()
Gets the value of the getTaxHistoryRequest property.
void setGetTaxHistoryRequest(GetTaxHistoryRequest value)
Sets the value of the getTaxHistoryRequest property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetTaxHistoryRequest getTaxHistoryRequest

Public Constructors

public GetTaxHistory ()

Public Methods

public GetTaxHistoryRequest getGetTaxHistoryRequest ()

Gets the value of the getTaxHistoryRequest property.

Returns

public void setGetTaxHistoryRequest (GetTaxHistoryRequest value)

Sets the value of the getTaxHistoryRequest property.

Parameters
value Allowed object is GetTaxHistoryRequest