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.StringgetDescription()Getter for description The description of this rate type.java.lang.IntegergetId()Getter for id The unique ID number of this rate type.java.lang.StringgetRateType()Getter for rateType The name of this rateTypevoidsetDescription(java.lang.String value)Setter for description The description of this rate type.voidsetId(java.lang.Integer value)Setter for id The unique ID number of this rate type.voidsetRateType(java.lang.String value)Setter for rateType The name of this rateTypejava.lang.StringtoString()Returns a JSON string representation of RateTypesModel
-
Constructor Details
-
RateTypesModel
public RateTypesModel()
-
-
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:
toStringin classjava.lang.Object
-