| java.lang.Object | ||
| ↳ | com.avalara.avatax.services.BaseResult | |
| ↳ | com.avalara.avatax.services.ValidateResult | |
Java class for ValidateResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValidateResult">
<complexContent>
<extension base="{http://avatax.avalara.com/services}BaseResult">
<sequence>
<element name="ValidAddresses" type="{http://avatax.avalara.com/services}ArrayOfValidAddress" minOccurs="0"/>
<element name="Taxable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| taxable | |||||||||||
| validAddresses | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.avalara.avatax.services.BaseResult
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the validAddresses property.
| |||||||||||
Gets the value of the taxable property.
| |||||||||||
Sets the value of the taxable property.
| |||||||||||
Sets the value of the validAddresses property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.avalara.avatax.services.BaseResult
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the validAddresses property.
ArrayOfValidAddress
Gets the value of the taxable property.
Sets the value of the taxable property.
| value |
|---|
Sets the value of the validAddresses property.
| value | Allowed object is
ArrayOfValidAddress
|
|---|