public class

BatchSave

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

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

Summary

Fields
protected Batch batch
Public Constructors
BatchSave()
Public Methods
Batch getBatch()
Gets the value of the batch property.
void setBatch(Batch value)
Sets the value of the batch property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Batch batch

Public Constructors

public BatchSave ()

Public Methods

public Batch getBatch ()

Gets the value of the batch property.

Returns
  • possible object is Batch

public void setBatch (Batch value)

Sets the value of the batch property.

Parameters
value Allowed object is Batch