Class RateTypesModel

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

public class RateTypesModel
extends java.lang.Object
Rate types Model
  • Constructor Summary

    Constructors 
    Constructor Description
    RateTypesModel()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getDescription()
    Getter for description The description of this rate type.
    java.lang.Integer getId()
    Getter for id The unique ID number of this rate type.
    java.lang.String getRateType()
    Getter for rateType The name of this rateType
    void setDescription​(java.lang.String value)
    Setter for description The description of this rate type.
    void setId​(java.lang.Integer value)
    Setter for id The unique ID number of this rate type.
    void setRateType​(java.lang.String value)
    Setter for rateType The name of this rateType
    java.lang.String toString()
    Returns a JSON string representation of RateTypesModel

    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 rate type.
    • setId

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

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

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

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

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

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