Class RateTypeModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.RateTypeModel
-
public class RateTypeModel extends java.lang.ObjectRate type Model
-
-
Constructor Summary
Constructors Constructor Description RateTypeModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCountry()Getter for country Country code for this rate typejava.lang.StringgetDescription()Getter for description Description of this rate type.java.lang.StringgetId()Getter for id The unique ID number of this rate type.voidsetCountry(java.lang.String value)Setter for country Country code for this rate typevoidsetDescription(java.lang.String value)Setter for description Description of this rate type.voidsetId(java.lang.String value)Setter for id The unique ID number of this rate type.java.lang.StringtoString()Returns a JSON string representation of RateTypeModel
-
-
-
Method Detail
-
getId
public java.lang.String getId()
Getter for id The unique ID number of this rate type.
-
setId
public void setId(java.lang.String value)
Setter for id The unique ID number of this rate type.
-
getDescription
public java.lang.String getDescription()
Getter for description Description of this rate type.
-
setDescription
public void setDescription(java.lang.String value)
Setter for description Description of this rate type.
-
getCountry
public java.lang.String getCountry()
Getter for country Country code for this rate type
-
setCountry
public void setCountry(java.lang.String value)
Setter for country Country code for this rate type
-
toString
public java.lang.String toString()
Returns a JSON string representation of RateTypeModel- Overrides:
toStringin classjava.lang.Object
-
-