Class NoticeFinanceModel
java.lang.Object
net.avalara.avatax.rest.client.models.NoticeFinanceModel
Represents estimated financial results from responding to a tax notice.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for attachmentUploadRequestGetter for createdDate The date when this record was created.Getter for createdUserId The User ID of the user who created this record.Getter for credits The amount of credits listed on the noticeGetter for cspFeeRefund The amount of CSP Fee Refund on the noticeGetter for customerInterest The amount of customer interest on the noticeGetter for customerPenalty The amount of customer penalty on the noticeGetter for dueDate The due date of the noticeGetter for fileName The name of the file attached to the finance detailgetId()
Getter for id The Unique Id of the Finance ModelGetter for interest The amount of interest listed on the noticeGetter for modifiedDate The date/time when this record was last modified.Getter for modifiedUserId The user ID of the user who last modified this record.Getter for noticeDate The date of the noticeGetter for noticeId The unique ID of the the tax notice associated with the the finance detailGetter for noticeNumber The sequential number of the noticeGetter for penalty The amound of penalty listed on the noticeGetter for resourceFileId The ResourceFileId of the finance detail attachmentGetter for taxAbated The amount of tax abated on the noticeGetter for taxDue The amount of tax due on the noticevoid
Setter for attachmentUploadRequestvoid
setCreatedDate
(Date value) Setter for createdDate The date when this record was created.void
setCreatedUserId
(Integer value) Setter for createdUserId The User ID of the user who created this record.void
setCredits
(BigDecimal value) Setter for credits The amount of credits listed on the noticevoid
setCspFeeRefund
(BigDecimal value) Setter for cspFeeRefund The amount of CSP Fee Refund on the noticevoid
setCustomerInterest
(BigDecimal value) Setter for customerInterest The amount of customer interest on the noticevoid
setCustomerPenalty
(BigDecimal value) Setter for customerPenalty The amount of customer penalty on the noticevoid
setDueDate
(Date value) Setter for dueDate The due date of the noticevoid
setFileName
(String value) Setter for fileName The name of the file attached to the finance detailvoid
Setter for id The Unique Id of the Finance Modelvoid
setInterest
(BigDecimal value) Setter for interest The amount of interest listed on the noticevoid
setModifiedDate
(Date value) Setter for modifiedDate The date/time when this record was last modified.void
setModifiedUserId
(Integer value) Setter for modifiedUserId The user ID of the user who last modified this record.void
setNoticeDate
(Date value) Setter for noticeDate The date of the noticevoid
setNoticeId
(Integer value) Setter for noticeId The unique ID of the the tax notice associated with the the finance detailvoid
setNoticeNumber
(String value) Setter for noticeNumber The sequential number of the noticevoid
setPenalty
(BigDecimal value) Setter for penalty The amound of penalty listed on the noticevoid
setResourceFileId
(Long value) Setter for resourceFileId The ResourceFileId of the finance detail attachmentvoid
setTaxAbated
(BigDecimal value) Setter for taxAbated The amount of tax abated on the noticevoid
setTaxDue
(BigDecimal value) Setter for taxDue The amount of tax due on the noticetoString()
Returns a JSON string representation of NoticeFinanceModel
-
Constructor Details
-
NoticeFinanceModel
public NoticeFinanceModel()
-
-
Method Details
-
getId
Getter for id The Unique Id of the Finance Model -
setId
Setter for id The Unique Id of the Finance Model -
getNoticeId
Getter for noticeId The unique ID of the the tax notice associated with the the finance detail -
setNoticeId
Setter for noticeId The unique ID of the the tax notice associated with the the finance detail -
getNoticeDate
Getter for noticeDate The date of the notice -
setNoticeDate
Setter for noticeDate The date of the notice -
getDueDate
Getter for dueDate The due date of the notice -
setDueDate
Setter for dueDate The due date of the notice -
getNoticeNumber
Getter for noticeNumber The sequential number of the notice -
setNoticeNumber
Setter for noticeNumber The sequential number of the notice -
getTaxDue
Getter for taxDue The amount of tax due on the notice -
setTaxDue
Setter for taxDue The amount of tax due on the notice -
getPenalty
Getter for penalty The amound of penalty listed on the notice -
setPenalty
Setter for penalty The amound of penalty listed on the notice -
getInterest
Getter for interest The amount of interest listed on the notice -
setInterest
Setter for interest The amount of interest listed on the notice -
getCredits
Getter for credits The amount of credits listed on the notice -
setCredits
Setter for credits The amount of credits listed on the notice -
getTaxAbated
Getter for taxAbated The amount of tax abated on the notice -
setTaxAbated
Setter for taxAbated The amount of tax abated on the notice -
getCustomerPenalty
Getter for customerPenalty The amount of customer penalty on the notice -
setCustomerPenalty
Setter for customerPenalty The amount of customer penalty on the notice -
getCustomerInterest
Getter for customerInterest The amount of customer interest on the notice -
setCustomerInterest
Setter for customerInterest The amount of customer interest on the notice -
getCspFeeRefund
Getter for cspFeeRefund The amount of CSP Fee Refund on the notice -
setCspFeeRefund
Setter for cspFeeRefund The amount of CSP Fee Refund on the notice -
getFileName
Getter for fileName The name of the file attached to the finance detail -
setFileName
Setter for fileName The name of the file attached to the finance detail -
getResourceFileId
Getter for resourceFileId The ResourceFileId of the finance detail attachment -
setResourceFileId
Setter for resourceFileId The ResourceFileId of the finance detail attachment -
getCreatedDate
Getter for createdDate The date when this record was created. -
setCreatedDate
Setter for createdDate The date when this record was created. -
getCreatedUserId
Getter for createdUserId The User ID of the user who created this record. -
setCreatedUserId
Setter for createdUserId The User ID of the user who created this record. -
getModifiedDate
Getter for modifiedDate The date/time when this record was last modified. -
setModifiedDate
Setter for modifiedDate The date/time when this record was last modified. -
getModifiedUserId
Getter for modifiedUserId The user ID of the user who last modified this record. -
setModifiedUserId
Setter for modifiedUserId The user ID of the user who last modified this record. -
getAttachmentUploadRequest
Getter for attachmentUploadRequest -
setAttachmentUploadRequest
Setter for attachmentUploadRequest -
toString
Returns a JSON string representation of NoticeFinanceModel
-