Class RateTypeModel
java.lang.Object
net.avalara.avatax.rest.client.models.RateTypeModel
Rate type Model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for country Country code for this rate typeGetter for description Description of this rate type.getId()Getter for id The unique ID number of this rate type.voidsetCountry(String value) Setter for country Country code for this rate typevoidsetDescription(String value) Setter for description Description of this rate type.voidSetter for id The unique ID number of this rate type.toString()Returns a JSON string representation of RateTypeModel
-
Constructor Details
-
RateTypeModel
public RateTypeModel()
-
-
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. -
getDescription
Getter for description Description of this rate type. -
setDescription
Setter for description Description of this rate type. -
getCountry
Getter for country Country code for this rate type -
setCountry
Setter for country Country code for this rate type -
toString
Returns a JSON string representation of RateTypeModel
-