Class NoticePriorityModel

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

public class NoticePriorityModel extends Object
Tax Notice Priority Model
  • Constructor Details

    • NoticePriorityModel

      public NoticePriorityModel()
  • Method Details

    • getId

      public Integer getId()
      Getter for id The unique ID number of this tax notice customer Priority.
    • setId

      public void setId(Integer value)
      Setter for id The unique ID number of this tax notice customer Priority.
    • getDescription

      public String getDescription()
      Getter for description The description name of this tax authority Priority.
    • setDescription

      public void setDescription(String value)
      Setter for description The description name of this tax authority Priority.
    • getActiveFlag

      public Boolean getActiveFlag()
      Getter for activeFlag A flag if the Priority is active
    • setActiveFlag

      public void setActiveFlag(Boolean value)
      Setter for activeFlag A flag if the Priority is active
    • getSortOrder

      public Integer getSortOrder()
      Getter for sortOrder sort order of the Prioritys
    • setSortOrder

      public void setSortOrder(Integer value)
      Setter for sortOrder sort order of the Prioritys
    • toString

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