public class

CommitTaxRequest

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

Class Overview

Java class for CommitTaxRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CommitTaxRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DocId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CompanyCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DocType" type="{http://avatax.avalara.com/services}DocumentType"/>
         <element name="DocCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="NewDocCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String companyCode
protected String docCode
protected String docId
protected DocumentType docType
protected String newDocCode
Public Constructors
CommitTaxRequest()
Public Methods
String getCompanyCode()
Gets the value of the companyCode property.
String getDocCode()
Gets the value of the docCode property.
String getDocId()
Gets the value of the docId property.
DocumentType getDocType()
Gets the value of the docType property.
String getNewDocCode()
Gets the value of the newDocCode property.
void setCompanyCode(String value)
Sets the value of the companyCode property.
void setDocCode(String value)
Sets the value of the docCode property.
void setDocId(String value)
Sets the value of the docId property.
void setDocType(DocumentType value)
Sets the value of the docType property.
void setNewDocCode(String value)
Sets the value of the newDocCode property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String companyCode

protected String docCode

protected String docId

protected DocumentType docType

protected String newDocCode

Public Constructors

public CommitTaxRequest ()

Public Methods

public String getCompanyCode ()

Gets the value of the companyCode property.

Returns
  • possible object is String

public String getDocCode ()

Gets the value of the docCode property.

Returns
  • possible object is String

public String getDocId ()

Gets the value of the docId property.

Returns
  • possible object is String

public DocumentType getDocType ()

Gets the value of the docType property.

Returns

public String getNewDocCode ()

Gets the value of the newDocCode property.

Returns
  • possible object is String

public void setCompanyCode (String value)

Sets the value of the companyCode property.

Parameters
value Allowed object is String

public void setDocCode (String value)

Sets the value of the docCode property.

Parameters
value Allowed object is String

public void setDocId (String value)

Sets the value of the docId property.

Parameters
value Allowed object is String

public void setDocType (DocumentType value)

Sets the value of the docType property.

Parameters
value Allowed object is DocumentType

public void setNewDocCode (String value)

Sets the value of the newDocCode property.

Parameters
value Allowed object is String