Class TaxAuthorityTypeModel

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

public class TaxAuthorityTypeModel extends Object
Tax Authority Type Model
  • Constructor Details

    • TaxAuthorityTypeModel

      public TaxAuthorityTypeModel()
  • Method Details

    • getId

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

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

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

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

      public String getTaxAuthorityGroup()
      Getter for taxAuthorityGroup Tax Authority Group
    • setTaxAuthorityGroup

      public void setTaxAuthorityGroup(String value)
      Setter for taxAuthorityGroup Tax Authority Group
    • toString

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