Class EntityUseCodeModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.EntityUseCodeModel
-
public class EntityUseCodeModel extends java.lang.ObjectRepresents 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.StringgetCode()Getter for code The Avalara-recognized entity use code for this definitionjava.lang.StringgetDescription()Getter for description Text describing the meaning of this use codejava.lang.StringgetName()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 validvoidsetCode(java.lang.String value)Setter for code The Avalara-recognized entity use code for this definitionvoidsetDescription(java.lang.String value)Setter for description Text describing the meaning of this use codevoidsetName(java.lang.String value)Setter for name The name of this entity use codevoidsetValidCountries(java.util.ArrayList<java.lang.String> value)Setter for validCountries A list of countries where this use code is validjava.lang.StringtoString()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:
toStringin classjava.lang.Object
-
-