Class NoticeFinanceModel

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

public class NoticeFinanceModel extends Object
Represents estimated financial results from responding to a tax notice.
  • Constructor Details

    • NoticeFinanceModel

      public NoticeFinanceModel()
  • Method Details

    • getId

      public Integer getId()
      Getter for id The Unique Id of the Finance Model
    • setId

      public void setId(Integer value)
      Setter for id The Unique Id of the Finance Model
    • getNoticeId

      public Integer getNoticeId()
      Getter for noticeId The unique ID of the the tax notice associated with the the finance detail
    • setNoticeId

      public void setNoticeId(Integer value)
      Setter for noticeId The unique ID of the the tax notice associated with the the finance detail
    • getNoticeDate

      public Date getNoticeDate()
      Getter for noticeDate The date of the notice
    • setNoticeDate

      public void setNoticeDate(Date value)
      Setter for noticeDate The date of the notice
    • getDueDate

      public Date getDueDate()
      Getter for dueDate The due date of the notice
    • setDueDate

      public void setDueDate(Date value)
      Setter for dueDate The due date of the notice
    • getNoticeNumber

      public String getNoticeNumber()
      Getter for noticeNumber The sequential number of the notice
    • setNoticeNumber

      public void setNoticeNumber(String value)
      Setter for noticeNumber The sequential number of the notice
    • getTaxDue

      public BigDecimal getTaxDue()
      Getter for taxDue The amount of tax due on the notice
    • setTaxDue

      public void setTaxDue(BigDecimal value)
      Setter for taxDue The amount of tax due on the notice
    • getPenalty

      public BigDecimal getPenalty()
      Getter for penalty The amound of penalty listed on the notice
    • setPenalty

      public void setPenalty(BigDecimal value)
      Setter for penalty The amound of penalty listed on the notice
    • getInterest

      public BigDecimal getInterest()
      Getter for interest The amount of interest listed on the notice
    • setInterest

      public void setInterest(BigDecimal value)
      Setter for interest The amount of interest listed on the notice
    • getCredits

      public BigDecimal getCredits()
      Getter for credits The amount of credits listed on the notice
    • setCredits

      public void setCredits(BigDecimal value)
      Setter for credits The amount of credits listed on the notice
    • getTaxAbated

      public BigDecimal getTaxAbated()
      Getter for taxAbated The amount of tax abated on the notice
    • setTaxAbated

      public void setTaxAbated(BigDecimal value)
      Setter for taxAbated The amount of tax abated on the notice
    • getCustomerPenalty

      public BigDecimal getCustomerPenalty()
      Getter for customerPenalty The amount of customer penalty on the notice
    • setCustomerPenalty

      public void setCustomerPenalty(BigDecimal value)
      Setter for customerPenalty The amount of customer penalty on the notice
    • getCustomerInterest

      public BigDecimal getCustomerInterest()
      Getter for customerInterest The amount of customer interest on the notice
    • setCustomerInterest

      public void setCustomerInterest(BigDecimal value)
      Setter for customerInterest The amount of customer interest on the notice
    • getCspFeeRefund

      public BigDecimal getCspFeeRefund()
      Getter for cspFeeRefund The amount of CSP Fee Refund on the notice
    • setCspFeeRefund

      public void setCspFeeRefund(BigDecimal value)
      Setter for cspFeeRefund The amount of CSP Fee Refund on the notice
    • getFileName

      public String getFileName()
      Getter for fileName The name of the file attached to the finance detail
    • setFileName

      public void setFileName(String value)
      Setter for fileName The name of the file attached to the finance detail
    • getResourceFileId

      public Long getResourceFileId()
      Getter for resourceFileId The ResourceFileId of the finance detail attachment
    • setResourceFileId

      public void setResourceFileId(Long value)
      Setter for resourceFileId The ResourceFileId of the finance detail attachment
    • getCreatedDate

      public Date getCreatedDate()
      Getter for createdDate The date when this record was created.
    • setCreatedDate

      public void setCreatedDate(Date value)
      Setter for createdDate The date when this record was created.
    • getCreatedUserId

      public Integer getCreatedUserId()
      Getter for createdUserId The User ID of the user who created this record.
    • setCreatedUserId

      public void setCreatedUserId(Integer value)
      Setter for createdUserId The User ID of the user who created this record.
    • getModifiedDate

      public Date getModifiedDate()
      Getter for modifiedDate The date/time when this record was last modified.
    • setModifiedDate

      public void setModifiedDate(Date value)
      Setter for modifiedDate The date/time when this record was last modified.
    • getModifiedUserId

      public Integer getModifiedUserId()
      Getter for modifiedUserId The user ID of the user who last modified this record.
    • setModifiedUserId

      public void setModifiedUserId(Integer value)
      Setter for modifiedUserId The user ID of the user who last modified this record.
    • getAttachmentUploadRequest

      public ResourceFileUploadRequestModel getAttachmentUploadRequest()
      Getter for attachmentUploadRequest
    • setAttachmentUploadRequest

      public void setAttachmentUploadRequest(ResourceFileUploadRequestModel value)
      Setter for attachmentUploadRequest
    • toString

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