java.lang.Object | ||
↳ | com.avalara.avatax.services.BaseResult | |
↳ | com.avalara.avatax.services.CommitTaxResult |
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>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
docId |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the docId property.
| |||||||||||
Sets the value of the docId property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Gets the value of the docId property.
Sets the value of the docId property.
value | Allowed object is String |
---|