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 documentId documentIdGetter 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 paymentMethod The payment method on 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 noticevoidSetter for attachmentUploadRequestvoidsetCreatedDate(Date value) Setter for createdDate The date when this record was created.voidsetCreatedUserId(Integer value) Setter for createdUserId The User ID of the user who created this record.voidsetCredits(BigDecimal value) Setter for credits The amount of credits listed on the noticevoidsetCspFeeRefund(BigDecimal value) Setter for cspFeeRefund The amount of CSP Fee Refund on the noticevoidsetCustomerInterest(BigDecimal value) Setter for customerInterest The amount of customer interest on the noticevoidsetCustomerPenalty(BigDecimal value) Setter for customerPenalty The amount of customer penalty on the noticevoidsetDocumentId(Long value) Setter for documentId documentIdvoidsetDueDate(Date value) Setter for dueDate The due date of the noticevoidsetFileName(String value) Setter for fileName The name of the file attached to the finance detailvoidSetter for id The Unique Id of the Finance ModelvoidsetInterest(BigDecimal value) Setter for interest The amount of interest listed on the noticevoidsetModifiedDate(Date value) Setter for modifiedDate The date/time when this record was last modified.voidsetModifiedUserId(Integer value) Setter for modifiedUserId The user ID of the user who last modified this record.voidsetNoticeDate(Date value) Setter for noticeDate The date of the noticevoidsetNoticeId(Integer value) Setter for noticeId The unique ID of the the tax notice associated with the the finance detailvoidsetNoticeNumber(String value) Setter for noticeNumber The sequential number of the noticevoidsetPaymentMethod(String value) Setter for paymentMethod The payment method on the noticevoidsetPenalty(BigDecimal value) Setter for penalty The amound of penalty listed on the noticevoidsetResourceFileId(Long value) Setter for resourceFileId The ResourceFileId of the finance detail attachmentvoidsetTaxAbated(BigDecimal value) Setter for taxAbated The amount of tax abated on the noticevoidsetTaxDue(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 -
getPaymentMethod
Getter for paymentMethod The payment method on the notice -
setPaymentMethod
Setter for paymentMethod The payment method on the notice -
getResourceFileId
Getter for resourceFileId The ResourceFileId of the finance detail attachment -
setResourceFileId
Setter for resourceFileId The ResourceFileId of the finance detail attachment -
getDocumentId
Getter for documentId documentId -
setDocumentId
Setter for documentId documentId -
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
-