java.lang.Object | |
↳ | com.avalara.avatax.services.CancelTaxRequest |
Java class for CancelTaxRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CancelTaxRequest"> <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="CancelCode" type="{http://avatax.avalara.com/services}CancelCode"/> </sequence> </restriction> </complexContent> </complexType>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
cancelCode | |||||||||||
companyCode | |||||||||||
docCode | |||||||||||
docId | |||||||||||
docType |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the cancelCode property.
| |||||||||||
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.
| |||||||||||
Sets the value of the cancelCode 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.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Gets the value of the cancelCode property.
CancelCode
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
Sets the value of the cancelCode property.
value | Allowed object is
CancelCode
|
---|
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
|
---|