Class TaxTypeModel

java.lang.Object
net.avalara.avatax.rest.client.models.TaxTypeModel

public class TaxTypeModel extends Object
Represents a tax type
  • Constructor Details

    • TaxTypeModel

      public TaxTypeModel()
  • Method Details

    • getId

      public Integer getId()
      Getter for id The unique ID number of this tax type.
    • setId

      public void setId(Integer value)
      Setter for id The unique ID number of this tax type.
    • getTaxType

      public String getTaxType()
      Getter for taxType The name of this tax type.
    • setTaxType

      public void setTaxType(String value)
      Setter for taxType The name of this tax type.
    • getDescription

      public String getDescription()
      Getter for description The description of this tax type.
    • setDescription

      public void setDescription(String value)
      Setter for description The description of this tax type.
    • toString

      public String toString()
      Returns a JSON string representation of TaxTypeModel
      Overrides:
      toString in class Object