public class

CommitTaxResult

extends BaseResult
java.lang.Object
   ↳ com.avalara.avatax.services.BaseResult
     ↳ com.avalara.avatax.services.CommitTaxResult

Class Overview

Java class for CommitTaxResult complex type.

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

 <complexType name="CommitTaxResult">
   <complexContent>
     <extension base="{http://avatax.avalara.com/services}BaseResult">
       <sequence>
         <element name="DocId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String docId
[Expand]
Inherited Fields
From class com.avalara.avatax.services.BaseResult
Public Constructors
CommitTaxResult()
Public Methods
String getDocId()
Gets the value of the docId property.
void setDocId(String value)
Sets the value of the docId property.
[Expand]
Inherited Methods
From class com.avalara.avatax.services.BaseResult
From class java.lang.Object

Fields

protected String docId

Public Constructors

public CommitTaxResult ()

Public Methods

public String getDocId ()

Gets the value of the docId property.

Returns
  • possible object is String

public void setDocId (String value)

Sets the value of the docId property.

Parameters
value Allowed object is String