public class TaxCodeModel
extends java.lang.Object
Constructor and Description |
---|
TaxCodeModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCompanyId()
Getter for companyId
The unique ID number of the company that owns this tax code.
|
java.util.Date |
getCreatedDate()
Getter for createdDate
The date when this record was created.
|
java.lang.Integer |
getCreatedUserId()
Getter for createdUserId
The User ID of the user who created this record.
|
java.lang.String |
getDescription()
Getter for description
A friendly description of this tax code.
|
java.lang.String |
getEntityUseCode()
Getter for entityUseCode
The Avalara Entity Use Code represented by this tax code.
|
java.lang.Long |
getGoodsServiceCode()
Getter for goodsServiceCode
The Avalara Goods and Service Code represented by this tax code.
|
java.lang.Integer |
getId()
Getter for id
The unique ID number of this tax code.
|
java.lang.Boolean |
getIsActive()
Getter for isActive
True if this tax code is active and can be used in transactions.
|
java.lang.Boolean |
getIsPhysical()
Getter for isPhysical
True if this tax code type refers to a physical object.
|
java.lang.Boolean |
getIsSSTCertified()
Getter for isSSTCertified
True if this tax code has been certified by the Streamlined Sales Tax governing board.
|
java.util.Date |
getModifiedDate()
Getter for modifiedDate
The date/time when this record was last modified.
|
java.lang.Integer |
getModifiedUserId()
Getter for modifiedUserId
The user ID of the user who last modified this record.
|
java.lang.String |
getParentTaxCode()
Getter for parentTaxCode
If this tax code is a subset of a different tax code, this identifies the parent code.
|
java.lang.String |
getTaxCode()
Getter for taxCode
A code string that identifies this tax code.
|
java.lang.String |
getTaxCodeTypeId()
Getter for taxCodeTypeId
The type of this tax code.
|
void |
setCompanyId(java.lang.Integer value)
Setter for companyId
The unique ID number of the company that owns this tax code.
|
void |
setCreatedDate(java.util.Date value)
Setter for createdDate
The date when this record was created.
|
void |
setCreatedUserId(java.lang.Integer value)
Setter for createdUserId
The User ID of the user who created this record.
|
void |
setDescription(java.lang.String value)
Setter for description
A friendly description of this tax code.
|
void |
setEntityUseCode(java.lang.String value)
Setter for entityUseCode
The Avalara Entity Use Code represented by this tax code.
|
void |
setGoodsServiceCode(java.lang.Long value)
Setter for goodsServiceCode
The Avalara Goods and Service Code represented by this tax code.
|
void |
setId(java.lang.Integer value)
Setter for id
The unique ID number of this tax code.
|
void |
setIsActive(java.lang.Boolean value)
Setter for isActive
True if this tax code is active and can be used in transactions.
|
void |
setIsPhysical(java.lang.Boolean value)
Setter for isPhysical
True if this tax code type refers to a physical object.
|
void |
setIsSSTCertified(java.lang.Boolean value)
Setter for isSSTCertified
True if this tax code has been certified by the Streamlined Sales Tax governing board.
|
void |
setModifiedDate(java.util.Date value)
Setter for modifiedDate
The date/time when this record was last modified.
|
void |
setModifiedUserId(java.lang.Integer value)
Setter for modifiedUserId
The user ID of the user who last modified this record.
|
void |
setParentTaxCode(java.lang.String value)
Setter for parentTaxCode
If this tax code is a subset of a different tax code, this identifies the parent code.
|
void |
setTaxCode(java.lang.String value)
Setter for taxCode
A code string that identifies this tax code.
|
void |
setTaxCodeTypeId(java.lang.String value)
Setter for taxCodeTypeId
The type of this tax code.
|
java.lang.String |
toString()
Returns a JSON string representation of TaxCodeModel
|
public java.lang.Integer getId()
public void setId(java.lang.Integer value)
public java.lang.Integer getCompanyId()
public void setCompanyId(java.lang.Integer value)
public java.lang.String getTaxCode()
public void setTaxCode(java.lang.String value)
public java.lang.String getTaxCodeTypeId()
public void setTaxCodeTypeId(java.lang.String value)
public java.lang.String getDescription()
public void setDescription(java.lang.String value)
public java.lang.String getParentTaxCode()
public void setParentTaxCode(java.lang.String value)
public java.lang.Boolean getIsPhysical()
public void setIsPhysical(java.lang.Boolean value)
public java.lang.Long getGoodsServiceCode()
public void setGoodsServiceCode(java.lang.Long value)
public java.lang.String getEntityUseCode()
public void setEntityUseCode(java.lang.String value)
public java.lang.Boolean getIsActive()
public void setIsActive(java.lang.Boolean value)
public java.lang.Boolean getIsSSTCertified()
public void setIsSSTCertified(java.lang.Boolean value)
public java.util.Date getCreatedDate()
public void setCreatedDate(java.util.Date value)
public java.lang.Integer getCreatedUserId()
public void setCreatedUserId(java.lang.Integer value)
public java.util.Date getModifiedDate()
public void setModifiedDate(java.util.Date value)
public java.lang.Integer getModifiedUserId()
public void setModifiedUserId(java.lang.Integer value)
public java.lang.String toString()
toString
in class java.lang.Object