| java.lang.Object | |
| ↳ | com.avalara.avatax.services.BatchDeleteResponse |
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="BatchDeleteResult" type="{http://avatax.avalara.com/services}DeleteResult" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| batchDeleteResult | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the batchDeleteResult property.
| |||||||||||
Sets the value of the batchDeleteResult property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the batchDeleteResult property.
DeleteResult
Sets the value of the batchDeleteResult property.
| value | Allowed object is
DeleteResult
|
|---|