public class

GetTax

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

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

Summary

Fields
protected GetTaxRequest getTaxRequest
Public Constructors
GetTax()
Public Methods
GetTaxRequest getGetTaxRequest()
Gets the value of the getTaxRequest property.
void setGetTaxRequest(GetTaxRequest value)
Sets the value of the getTaxRequest property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetTaxRequest getTaxRequest

Public Constructors

public GetTax ()

Public Methods

public GetTaxRequest getGetTaxRequest ()

Gets the value of the getTaxRequest property.

Returns

public void setGetTaxRequest (GetTaxRequest value)

Sets the value of the getTaxRequest property.

Parameters
value Allowed object is GetTaxRequest