Class RateModel

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

public class RateModel extends Object
Indicates one element of a sales tax rate.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Getter for name A readable name of the tax or taxing jurisdiction related to this tax rate.
    Getter for rate The sales tax rate for general tangible personal property in this jurisdiction.
    Getter for type The type of jurisdiction associated with this tax rate.
    void
    setName(String value)
    Setter for name A readable name of the tax or taxing jurisdiction related to this tax rate.
    void
    Setter for rate The sales tax rate for general tangible personal property in this jurisdiction.
    void
    Setter for type The type of jurisdiction associated with this tax rate.
    Returns a JSON string representation of RateModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • RateModel

      public RateModel()
  • Method Details

    • getRate

      public BigDecimal getRate()
      Getter for rate The sales tax rate for general tangible personal property in this jurisdiction.
    • setRate

      public void setRate(BigDecimal value)
      Setter for rate The sales tax rate for general tangible personal property in this jurisdiction.
    • getName

      public String getName()
      Getter for name A readable name of the tax or taxing jurisdiction related to this tax rate.
    • setName

      public void setName(String value)
      Setter for name A readable name of the tax or taxing jurisdiction related to this tax rate.
    • getType

      public JurisdictionType getType()
      Getter for type The type of jurisdiction associated with this tax rate.
    • setType

      public void setType(JurisdictionType value)
      Setter for type The type of jurisdiction associated with this tax rate.
    • toString

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