Class EntityUseCodeModel

java.lang.Object
net.avalara.avatax.rest.client.models.EntityUseCodeModel

public class EntityUseCodeModel extends Object
Represents a code describing the intended use for a product that may affect its taxability
  • Constructor Details

    • EntityUseCodeModel

      public EntityUseCodeModel()
  • Method Details

    • getCode

      public String getCode()
      Getter for code The Avalara-recognized entity use code for this definition
    • setCode

      public void setCode(String value)
      Setter for code The Avalara-recognized entity use code for this definition
    • getName

      public String getName()
      Getter for name The name of this entity use code
    • setName

      public void setName(String value)
      Setter for name The name of this entity use code
    • getDescription

      public String getDescription()
      Getter for description Text describing the meaning of this use code
    • setDescription

      public void setDescription(String value)
      Setter for description Text describing the meaning of this use code
    • getValidCountries

      public ArrayList<String> getValidCountries()
      Getter for validCountries A list of countries where this use code is valid
    • setValidCountries

      public void setValidCountries(ArrayList<String> value)
      Setter for validCountries A list of countries where this use code is valid
    • toString

      public String toString()
      Returns a JSON string representation of EntityUseCodeModel
      Overrides:
      toString in class Object