Class NoticeResponsibilityDetailModel

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

public class NoticeResponsibilityDetailModel extends Object
NoticeResponsibility Model
  • Constructor Details

    • NoticeResponsibilityDetailModel

      public NoticeResponsibilityDetailModel()
  • Method Details

    • getId

      public Integer getId()
      Getter for id The unique ID number of this filing frequency.
    • setId

      public void setId(Integer value)
      Setter for id The unique ID number of this filing frequency.
    • getNoticeId

      public Integer getNoticeId()
      Getter for noticeId TaxNoticeId
    • setNoticeId

      public void setNoticeId(Integer value)
      Setter for noticeId TaxNoticeId
    • getTaxNoticeResponsibilityId

      public Integer getTaxNoticeResponsibilityId()
      Getter for taxNoticeResponsibilityId TaxNoticeResponsibilityId
    • setTaxNoticeResponsibilityId

      public void setTaxNoticeResponsibilityId(Integer value)
      Setter for taxNoticeResponsibilityId TaxNoticeResponsibilityId
    • getDescription

      public String getDescription()
      Getter for description The description name of this filing frequency
    • setDescription

      public void setDescription(String value)
      Setter for description The description name of this filing frequency
    • toString

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