Class RateTypesModel

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

public class RateTypesModel extends Object
Rate types Model
  • Constructor Details

    • RateTypesModel

      public RateTypesModel()
  • Method Details

    • getId

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

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

      public String getRateType()
      Getter for rateType The name of this rateType
    • setRateType

      public void setRateType(String value)
      Setter for rateType The name of this rateType
    • getDescription

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

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

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