public class

AdjustTaxResponse

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

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

Summary

Fields
protected AdjustTaxResult adjustTaxResult
Public Constructors
AdjustTaxResponse()
Public Methods
AdjustTaxResult getAdjustTaxResult()
Gets the value of the adjustTaxResult property.
void setAdjustTaxResult(AdjustTaxResult value)
Sets the value of the adjustTaxResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AdjustTaxResult adjustTaxResult

Public Constructors

public AdjustTaxResponse ()

Public Methods

public AdjustTaxResult getAdjustTaxResult ()

Gets the value of the adjustTaxResult property.

Returns

public void setAdjustTaxResult (AdjustTaxResult value)

Sets the value of the adjustTaxResult property.

Parameters
value Allowed object is AdjustTaxResult