public class

BatchSaveResponse

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

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

Summary

Fields
protected BatchSaveResult batchSaveResult
Public Constructors
BatchSaveResponse()
Public Methods
BatchSaveResult getBatchSaveResult()
Gets the value of the batchSaveResult property.
void setBatchSaveResult(BatchSaveResult value)
Sets the value of the batchSaveResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BatchSaveResult batchSaveResult

Public Constructors

public BatchSaveResponse ()

Public Methods

public BatchSaveResult getBatchSaveResult ()

Gets the value of the batchSaveResult property.

Returns

public void setBatchSaveResult (BatchSaveResult value)

Sets the value of the batchSaveResult property.

Parameters
value Allowed object is BatchSaveResult