Class EntityUseCodeModel
java.lang.Object
net.avalara.avatax.rest.client.models.EntityUseCodeModel
Represents a code describing the intended use for a product that may affect its taxability
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Getter for code The Avalara-recognized entity use code for this definitionGetter for description Text describing the meaning of this use codegetName()Getter for name The name of this entity use codeGetter for validCountries A list of countries where this use code is validvoidSetter for code The Avalara-recognized entity use code for this definitionvoidsetDescription(String value) Setter for description Text describing the meaning of this use codevoidSetter for name The name of this entity use codevoidsetValidCountries(ArrayList<String> value) Setter for validCountries A list of countries where this use code is validtoString()Returns a JSON string representation of EntityUseCodeModel
-
Constructor Details
-
EntityUseCodeModel
public EntityUseCodeModel()
-
-
Method Details
-
getCode
Getter for code The Avalara-recognized entity use code for this definition -
setCode
Setter for code The Avalara-recognized entity use code for this definition -
getName
Getter for name The name of this entity use code -
setName
Setter for name The name of this entity use code -
getDescription
Getter for description Text describing the meaning of this use code -
setDescription
Setter for description Text describing the meaning of this use code -
getValidCountries
Getter for validCountries A list of countries where this use code is valid -
setValidCountries
Setter for validCountries A list of countries where this use code is valid -
toString
Returns a JSON string representation of EntityUseCodeModel
-