Class CreateNoticeRootCauseTypeModel

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

public class CreateNoticeRootCauseTypeModel extends Object
Model to create a new tax notice root cause type.
  • Constructor Details

    • CreateNoticeRootCauseTypeModel

      public CreateNoticeRootCauseTypeModel()
  • Method Details

    • getDescription

      public String getDescription()
      Getter for description The description name of this notice RootCause
    • setDescription

      public void setDescription(String value)
      Setter for description The description name of this notice RootCause
    • getIsActive

      public Boolean getIsActive()
      Getter for isActive Defines if the RootCause is active
    • setIsActive

      public void setIsActive(Boolean value)
      Setter for isActive Defines if the RootCause is active
    • getSortOrder

      public Integer getSortOrder()
      Getter for sortOrder The sort order of this RootCause
    • setSortOrder

      public void setSortOrder(Integer value)
      Setter for sortOrder The sort order of this RootCause
    • toString

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