public class EntityUseCodeModel
extends java.lang.Object
Constructor and Description |
---|
EntityUseCodeModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode()
Getter for code
The Avalara-recognized entity use code for this definition
|
java.lang.String |
getDescription()
Getter for description
Text describing the meaning of this use code
|
java.lang.String |
getName()
Getter for name
The name of this entity use code
|
java.util.ArrayList<java.lang.String> |
getValidCountries()
Getter for validCountries
A list of countries where this use code is valid
|
void |
setCode(java.lang.String value)
Setter for code
The Avalara-recognized entity use code for this definition
|
void |
setDescription(java.lang.String value)
Setter for description
Text describing the meaning of this use code
|
void |
setName(java.lang.String value)
Setter for name
The name of this entity use code
|
void |
setValidCountries(java.util.ArrayList<java.lang.String> value)
Setter for validCountries
A list of countries where this use code is valid
|
java.lang.String |
toString()
Returns a JSON string representation of EntityUseCodeModel
|
public java.lang.String getCode()
public void setCode(java.lang.String value)
public java.lang.String getName()
public void setName(java.lang.String value)
public java.lang.String getDescription()
public void setDescription(java.lang.String value)
public java.util.ArrayList<java.lang.String> getValidCountries()
public void setValidCountries(java.util.ArrayList<java.lang.String> value)
public java.lang.String toString()
toString
in class java.lang.Object