Class TaxTypeModel
java.lang.Object
net.avalara.avatax.rest.client.models.TaxTypeModel
public class TaxTypeModel
extends java.lang.Object
Represents a tax type
-
Constructor Summary
Constructors Constructor Description TaxTypeModel() -
Method Summary
Modifier and Type Method Description java.lang.StringgetDescription()Getter for description The description of this tax type.java.lang.IntegergetId()Getter for id The unique ID number of this tax type.java.lang.StringgetTaxType()Getter for taxType The name of this tax type.voidsetDescription(java.lang.String value)Setter for description The description of this tax type.voidsetId(java.lang.Integer value)Setter for id The unique ID number of this tax type.voidsetTaxType(java.lang.String value)Setter for taxType The name of this tax type.java.lang.StringtoString()Returns a JSON string representation of TaxTypeModel
-
Constructor Details
-
TaxTypeModel
public TaxTypeModel()
-
-
Method Details
-
getId
public java.lang.Integer getId()Getter for id The unique ID number of this tax type. -
setId
public void setId(java.lang.Integer value)Setter for id The unique ID number of this tax type. -
getTaxType
public java.lang.String getTaxType()Getter for taxType The name of this tax type. -
setTaxType
public void setTaxType(java.lang.String value)Setter for taxType The name of this tax type. -
getDescription
public java.lang.String getDescription()Getter for description The description of this tax type. -
setDescription
public void setDescription(java.lang.String value)Setter for description The description of this tax type. -
toString
public java.lang.String toString()Returns a JSON string representation of TaxTypeModel- Overrides:
toStringin classjava.lang.Object
-