public class

BatchDeleteResponse

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

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

Summary

Fields
protected DeleteResult batchDeleteResult
Public Constructors
BatchDeleteResponse()
Public Methods
DeleteResult getBatchDeleteResult()
Gets the value of the batchDeleteResult property.
void setBatchDeleteResult(DeleteResult value)
Sets the value of the batchDeleteResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected DeleteResult batchDeleteResult

Public Constructors

public BatchDeleteResponse ()

Public Methods

public DeleteResult getBatchDeleteResult ()

Gets the value of the batchDeleteResult property.

Returns

public void setBatchDeleteResult (DeleteResult value)

Sets the value of the batchDeleteResult property.

Parameters
value Allowed object is DeleteResult