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