public class

GetTaxHistoryRequest

extends Object
java.lang.Object
   ↳ com.avalara.avatax.services.GetTaxHistoryRequest

Class Overview

Java class for GetTaxHistoryRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetTaxHistoryRequest">
   <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="DetailLevel" type="{http://avatax.avalara.com/services}DetailLevel"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String companyCode
protected DetailLevel detailLevel
protected String docCode
protected String docId
protected DocumentType docType
Public Constructors
GetTaxHistoryRequest()
Public Methods
String getCompanyCode()
Gets the value of the companyCode property.
DetailLevel getDetailLevel()
Gets the value of the detailLevel property.
String getDocCode()
Gets the value of the docCode property.
String getDocId()
Gets the value of the docId property.
DocumentType getDocType()
Gets the value of the docType property.
void setCompanyCode(String value)
Sets the value of the companyCode property.
void setDetailLevel(DetailLevel value)
Sets the value of the detailLevel property.
void setDocCode(String value)
Sets the value of the docCode property.
void setDocId(String value)
Sets the value of the docId property.
void setDocType(DocumentType value)
Sets the value of the docType property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String companyCode

protected DetailLevel detailLevel

protected String docCode

protected String docId

protected DocumentType docType

Public Constructors

public GetTaxHistoryRequest ()

Public Methods

public String getCompanyCode ()

Gets the value of the companyCode property.

Returns
  • possible object is String

public DetailLevel getDetailLevel ()

Gets the value of the detailLevel property.

Returns

public String getDocCode ()

Gets the value of the docCode property.

Returns
  • possible object is String

public String getDocId ()

Gets the value of the docId property.

Returns
  • possible object is String

public DocumentType getDocType ()

Gets the value of the docType property.

Returns

public void setCompanyCode (String value)

Sets the value of the companyCode property.

Parameters
value Allowed object is String

public void setDetailLevel (DetailLevel value)

Sets the value of the detailLevel property.

Parameters
value Allowed object is DetailLevel

public void setDocCode (String value)

Sets the value of the docCode property.

Parameters
value Allowed object is String

public void setDocId (String value)

Sets the value of the docId property.

Parameters
value Allowed object is String

public void setDocType (DocumentType value)

Sets the value of the docType property.

Parameters
value Allowed object is DocumentType