Class RateTypeModel

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

public class RateTypeModel extends Object
Rate type Model
  • Constructor Details

    • RateTypeModel

      public RateTypeModel()
  • Method Details

    • getId

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

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

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

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

      public String getCountry()
      Getter for country Country code for this rate type
    • setCountry

      public void setCountry(String value)
      Setter for country Country code for this rate type
    • toString

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