Class EntityUseCodeModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.EntityUseCodeModel
-
public class EntityUseCodeModel extends java.lang.Object
Represents a code describing the intended use for a product that may affect its taxability
-
-
Constructor Summary
Constructors Constructor Description EntityUseCodeModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCode()
Getter for code The Avalara-recognized entity use code for this definitionjava.lang.String
getDescription()
Getter for description Text describing the meaning of this use codejava.lang.String
getName()
Getter for name The name of this entity use codejava.util.ArrayList<java.lang.String>
getValidCountries()
Getter for validCountries A list of countries where this use code is validvoid
setCode(java.lang.String value)
Setter for code The Avalara-recognized entity use code for this definitionvoid
setDescription(java.lang.String value)
Setter for description Text describing the meaning of this use codevoid
setName(java.lang.String value)
Setter for name The name of this entity use codevoid
setValidCountries(java.util.ArrayList<java.lang.String> value)
Setter for validCountries A list of countries where this use code is validjava.lang.String
toString()
Returns a JSON string representation of EntityUseCodeModel
-
-
-
Method Detail
-
getCode
public java.lang.String getCode()
Getter for code The Avalara-recognized entity use code for this definition
-
setCode
public void setCode(java.lang.String value)
Setter for code The Avalara-recognized entity use code for this definition
-
getName
public java.lang.String getName()
Getter for name The name of this entity use code
-
setName
public void setName(java.lang.String value)
Setter for name The name of this entity use code
-
getDescription
public java.lang.String getDescription()
Getter for description Text describing the meaning of this use code
-
setDescription
public void setDescription(java.lang.String value)
Setter for description Text describing the meaning of this use code
-
getValidCountries
public java.util.ArrayList<java.lang.String> getValidCountries()
Getter for validCountries A list of countries where this use code is valid
-
setValidCountries
public void setValidCountries(java.util.ArrayList<java.lang.String> value)
Setter for validCountries A list of countries where this use code is valid
-
toString
public java.lang.String toString()
Returns a JSON string representation of EntityUseCodeModel- Overrides:
toString
in classjava.lang.Object
-
-