public class

AdjustTaxRequest

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

Class Overview

Java class for AdjustTaxRequest complex type.

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

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

Summary

Fields
protected String adjustmentDescription
protected int adjustmentReason
protected GetTaxRequest getTaxRequest
Public Constructors
AdjustTaxRequest()
Public Methods
String getAdjustmentDescription()
Gets the value of the adjustmentDescription property.
int getAdjustmentReason()
Gets the value of the adjustmentReason property.
GetTaxRequest getGetTaxRequest()
Gets the value of the getTaxRequest property.
void setAdjustmentDescription(String value)
Sets the value of the adjustmentDescription property.
void setAdjustmentReason(int value)
Sets the value of the adjustmentReason property.
void setGetTaxRequest(GetTaxRequest value)
Sets the value of the getTaxRequest property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String adjustmentDescription

protected int adjustmentReason

protected GetTaxRequest getTaxRequest

Public Constructors

public AdjustTaxRequest ()

Public Methods

public String getAdjustmentDescription ()

Gets the value of the adjustmentDescription property.

Returns
  • possible object is String

public int getAdjustmentReason ()

Gets the value of the adjustmentReason property.

public GetTaxRequest getGetTaxRequest ()

Gets the value of the getTaxRequest property.

Returns

public void setAdjustmentDescription (String value)

Sets the value of the adjustmentDescription property.

Parameters
value Allowed object is String

public void setAdjustmentReason (int value)

Sets the value of the adjustmentReason property.

Parameters
value

public void setGetTaxRequest (GetTaxRequest value)

Sets the value of the getTaxRequest property.

Parameters
value Allowed object is GetTaxRequest