Class TaxSubTypeModel

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

public class TaxSubTypeModel extends Object
Represents a tax subtype
  • Constructor Details

    • TaxSubTypeModel

      public TaxSubTypeModel()
  • Method Details

    • getId

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

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

      public String getTaxSubType()
      Getter for taxSubType The unique human readable Id of this tax sub-type.
    • setTaxSubType

      public void setTaxSubType(String value)
      Setter for taxSubType The unique human readable Id of this tax sub-type.
    • getDescription

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

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

      public String getTaxTypeGroup()
      Getter for taxTypeGroup The upper level group of tax types.
    • setTaxTypeGroup

      public void setTaxTypeGroup(String value)
      Setter for taxTypeGroup The upper level group of tax types.
    • toString

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