Class NoticeResponsibilityDetailModel
java.lang.Object
net.avalara.avatax.rest.client.models.NoticeResponsibilityDetailModel
NoticeResponsibility Model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for description The description name of this filing frequencygetId()
Getter for id The unique ID number of this filing frequency.Getter for noticeId TaxNoticeIdGetter for taxNoticeResponsibilityId TaxNoticeResponsibilityIdvoid
setDescription
(String value) Setter for description The description name of this filing frequencyvoid
Setter for id The unique ID number of this filing frequency.void
setNoticeId
(Integer value) Setter for noticeId TaxNoticeIdvoid
Setter for taxNoticeResponsibilityId TaxNoticeResponsibilityIdtoString()
Returns a JSON string representation of NoticeResponsibilityDetailModel
-
Constructor Details
-
NoticeResponsibilityDetailModel
public NoticeResponsibilityDetailModel()
-
-
Method Details
-
getId
Getter for id The unique ID number of this filing frequency. -
setId
Setter for id The unique ID number of this filing frequency. -
getNoticeId
Getter for noticeId TaxNoticeId -
setNoticeId
Setter for noticeId TaxNoticeId -
getTaxNoticeResponsibilityId
Getter for taxNoticeResponsibilityId TaxNoticeResponsibilityId -
setTaxNoticeResponsibilityId
Setter for taxNoticeResponsibilityId TaxNoticeResponsibilityId -
getDescription
Getter for description The description name of this filing frequency -
setDescription
Setter for description The description name of this filing frequency -
toString
Returns a JSON string representation of NoticeResponsibilityDetailModel
-