public class

CommitTaxResponse

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

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

Summary

Fields
protected CommitTaxResult commitTaxResult
Public Constructors
CommitTaxResponse()
Public Methods
CommitTaxResult getCommitTaxResult()
Gets the value of the commitTaxResult property.
void setCommitTaxResult(CommitTaxResult value)
Sets the value of the commitTaxResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CommitTaxResult commitTaxResult

Public Constructors

public CommitTaxResponse ()

Public Methods

public CommitTaxResult getCommitTaxResult ()

Gets the value of the commitTaxResult property.

Returns

public void setCommitTaxResult (CommitTaxResult value)

Sets the value of the commitTaxResult property.

Parameters
value Allowed object is CommitTaxResult