| java.lang.Object | |
| ↳ | com.avalara.avatax.services.AdjustTaxRequest |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| adjustmentDescription | |||||||||||
| adjustmentReason | |||||||||||
| getTaxRequest | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the adjustmentDescription property.
| |||||||||||
Gets the value of the adjustmentReason property.
| |||||||||||
Gets the value of the getTaxRequest property.
| |||||||||||
Sets the value of the adjustmentDescription property.
| |||||||||||
Sets the value of the adjustmentReason property.
| |||||||||||
Sets the value of the getTaxRequest property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the adjustmentDescription property.
Gets the value of the adjustmentReason property.
Gets the value of the getTaxRequest property.
GetTaxRequest
Sets the value of the adjustmentDescription property.
| value | Allowed object is String |
|---|
Sets the value of the adjustmentReason property.
| value |
|---|
Sets the value of the getTaxRequest property.
| value | Allowed object is
GetTaxRequest
|
|---|