Class TaxTypeModel
java.lang.Object
net.avalara.avatax.rest.client.models.TaxTypeModel
Represents a tax type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for description The description of this tax type.getId()Getter for id The unique ID number of this tax type.Getter for taxType The name of this tax type.voidsetDescription(String value) Setter for description The description of this tax type.voidSetter for id The unique ID number of this tax type.voidsetTaxType(String value) Setter for taxType The name of this tax type.toString()Returns a JSON string representation of TaxTypeModel
-
Constructor Details
-
TaxTypeModel
public TaxTypeModel()
-
-
Method Details
-
getId
Getter for id The unique ID number of this tax type. -
setId
Setter for id The unique ID number of this tax type. -
getTaxType
Getter for taxType The name of this tax type. -
setTaxType
Setter for taxType The name of this tax type. -
getDescription
Getter for description The description of this tax type. -
setDescription
Setter for description The description of this tax type. -
toString
Returns a JSON string representation of TaxTypeModel
-