Class NoticeReasonModel

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

public class NoticeReasonModel extends Object
Tax Notice Reason Model
  • Constructor Details

    • NoticeReasonModel

      public NoticeReasonModel()
  • Method Details

    • getId

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

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

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

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

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

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

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

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

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