Class EntityUseCodeModel


  • public class EntityUseCodeModel
    extends java.lang.Object
    Represents a code describing the intended use for a product that may affect its taxability
    • 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 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EntityUseCodeModel

        public 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 class java.lang.Object