public class

CommitTax

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

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

Summary

Fields
protected CommitTaxRequest commitTaxRequest
Public Constructors
CommitTax()
Public Methods
CommitTaxRequest getCommitTaxRequest()
Gets the value of the commitTaxRequest property.
void setCommitTaxRequest(CommitTaxRequest value)
Sets the value of the commitTaxRequest property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CommitTaxRequest commitTaxRequest

Public Constructors

public CommitTax ()

Public Methods

public CommitTaxRequest getCommitTaxRequest ()

Gets the value of the commitTaxRequest property.

Returns

public void setCommitTaxRequest (CommitTaxRequest value)

Sets the value of the commitTaxRequest property.

Parameters
value Allowed object is CommitTaxRequest