java.lang.Object | |
↳ | com.avalara.avatax.services.ReconcileTaxHistoryRequest |
Java class for ReconcileTaxHistoryRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReconcileTaxHistoryRequest"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CompanyCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="LastDocId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Reconciled" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="DocStatus" type="{http://avatax.avalara.com/services}DocStatus"/> <element name="DocType" type="{http://avatax.avalara.com/services}DocumentType"/> <element name="LastDocCode" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="PageSize" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
companyCode | |||||||||||
docStatus | |||||||||||
docType | |||||||||||
endDate | |||||||||||
lastDocCode | |||||||||||
lastDocId | |||||||||||
pageSize | |||||||||||
reconciled | |||||||||||
startDate |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the companyCode property.
| |||||||||||
Gets the value of the docStatus property.
| |||||||||||
Gets the value of the docType property.
| |||||||||||
Gets the value of the endDate property.
| |||||||||||
Gets the value of the lastDocCode property.
| |||||||||||
Gets the value of the lastDocId property.
| |||||||||||
Gets the value of the pageSize property.
| |||||||||||
Gets the value of the startDate property.
| |||||||||||
Gets the value of the reconciled property.
| |||||||||||
Sets the value of the companyCode property.
| |||||||||||
Sets the value of the docStatus property.
| |||||||||||
Sets the value of the docType property.
| |||||||||||
Sets the value of the endDate property.
| |||||||||||
Sets the value of the lastDocCode property.
| |||||||||||
Sets the value of the lastDocId property.
| |||||||||||
Sets the value of the pageSize property.
| |||||||||||
Sets the value of the reconciled property.
| |||||||||||
Sets the value of the startDate property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Gets the value of the companyCode property.
Gets the value of the docStatus property.
DocStatus
Gets the value of the docType property.
DocumentType
Gets the value of the endDate property.
Gets the value of the lastDocCode property.
Gets the value of the lastDocId property.
Gets the value of the pageSize property.
Gets the value of the startDate property.
Gets the value of the reconciled property.
Sets the value of the companyCode property.
value | Allowed object is String |
---|
Sets the value of the docStatus property.
value | Allowed object is
DocStatus
|
---|
Sets the value of the docType property.
value | Allowed object is
DocumentType
|
---|
Sets the value of the endDate property.
value | Allowed object is XMLGregorianCalendar |
---|
Sets the value of the lastDocCode property.
value | Allowed object is String |
---|
Sets the value of the lastDocId property.
value | Allowed object is String |
---|
Sets the value of the pageSize property.
value |
---|
Sets the value of the reconciled property.
value |
---|
Sets the value of the startDate property.
value | Allowed object is XMLGregorianCalendar |
---|