Class RateTypesModel
java.lang.Object
net.avalara.avatax.rest.client.models.RateTypesModel
Rate types Model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for description The description of this rate type.getId()Getter for id The unique ID number of this rate type.Getter for rateType The name of this rateTypevoidsetDescription(String value) Setter for description The description of this rate type.voidSetter for id The unique ID number of this rate type.voidsetRateType(String value) Setter for rateType The name of this rateTypetoString()Returns a JSON string representation of RateTypesModel
-
Constructor Details
-
RateTypesModel
public RateTypesModel()
-
-
Method Details
-
getId
Getter for id The unique ID number of this rate type. -
setId
Setter for id The unique ID number of this rate type. -
getRateType
Getter for rateType The name of this rateType -
setRateType
Setter for rateType The name of this rateType -
getDescription
Getter for description The description of this rate type. -
setDescription
Setter for description The description of this rate type. -
toString
Returns a JSON string representation of RateTypesModel
-