java.lang.Object | |
↳ | com.avalara.avatax.services.PostTaxRequest |
Java class for PostTaxRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PostTaxRequest"> <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="DocDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="TotalAmount" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="TotalTax" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="HashCode" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="Commit" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="NewDocCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
commit | |||||||||||
companyCode | |||||||||||
docCode | |||||||||||
docDate | |||||||||||
docId | |||||||||||
docType | |||||||||||
hashCode | |||||||||||
newDocCode | |||||||||||
totalAmount | |||||||||||
totalTax |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the companyCode property.
| |||||||||||
Gets the value of the docCode property.
| |||||||||||
Gets the value of the docDate property.
| |||||||||||
Gets the value of the docId property.
| |||||||||||
Gets the value of the docType property.
| |||||||||||
Gets the value of the hashCode property.
| |||||||||||
Gets the value of the newDocCode property.
| |||||||||||
Gets the value of the totalAmount property.
| |||||||||||
Gets the value of the totalTax property.
| |||||||||||
Gets the value of the commit property.
| |||||||||||
Sets the value of the commit property.
| |||||||||||
Sets the value of the companyCode property.
| |||||||||||
Sets the value of the docCode property.
| |||||||||||
Sets the value of the docDate property.
| |||||||||||
Sets the value of the docId property.
| |||||||||||
Sets the value of the docType property.
| |||||||||||
Sets the value of the hashCode property.
| |||||||||||
Sets the value of the newDocCode property.
| |||||||||||
Sets the value of the totalAmount property.
| |||||||||||
Sets the value of the totalTax property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Gets the value of the companyCode property.
Gets the value of the docCode property.
Gets the value of the docDate property.
Gets the value of the docId property.
Gets the value of the docType property.
DocumentType
Gets the value of the hashCode property.
Gets the value of the newDocCode property.
Gets the value of the totalAmount property.
Gets the value of the totalTax property.
Gets the value of the commit property.
Sets the value of the commit property.
value |
---|
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 docDate property.
value | Allowed object is XMLGregorianCalendar |
---|
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 hashCode property.
value |
---|
Sets the value of the newDocCode property.
value | Allowed object is String |
---|
Sets the value of the totalAmount property.
value | Allowed object is BigDecimal |
---|
Sets the value of the totalTax property.
value | Allowed object is BigDecimal |
---|