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.String getDescription()
    Getter for description The description of this tax type.
    java.lang.Integer getId()
    Getter for id The unique ID number of this tax type.
    java.lang.String getTaxType()
    Getter for taxType The name of this tax type.
    void setDescription​(java.lang.String value)
    Setter for description The description of this tax type.
    void setId​(java.lang.Integer value)
    Setter for id The unique ID number of this tax type.
    void setTaxType​(java.lang.String value)
    Setter for taxType The name of this tax type.
    java.lang.String toString()
    Returns a JSON string representation of TaxTypeModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • 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:
      toString in class java.lang.Object