Class TaxSubType1703Model

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

public class TaxSubType1703Model extends Object
Represents RateTypeTaxTypeMapping Model
  • Constructor Details

    • TaxSubType1703Model

      public TaxSubType1703Model()
  • Method Details

    • getTaxSubTypeIdSK

      public Integer getTaxSubTypeIdSK()
      Getter for taxSubTypeIdSK TaxSubTypeIdSK
    • setTaxSubTypeIdSK

      public void setTaxSubTypeIdSK(Integer value)
      Setter for taxSubTypeIdSK TaxSubTypeIdSK
    • getTaxSubTypeId

      public String getTaxSubTypeId()
      Getter for taxSubTypeId TaxSubTypeId
    • setTaxSubTypeId

      public void setTaxSubTypeId(String value)
      Setter for taxSubTypeId TaxSubTypeId
    • getDescription

      public String getDescription()
      Getter for description Description
    • setDescription

      public void setDescription(String value)
      Setter for description Description
    • toString

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