Class FilingAdjustmentModel

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

public class FilingAdjustmentModel extends Object
A model for return adjustments.
  • Constructor Details

    • FilingAdjustmentModel

      public FilingAdjustmentModel()
  • Method Details

    • getId

      public Long getId()
      Getter for id The unique ID number for the adjustment.
    • setId

      public void setId(Long value)
      Setter for id The unique ID number for the adjustment.
    • getFilingId

      public Long getFilingId()
      Getter for filingId The filing return id that this applies too
    • setFilingId

      public void setFilingId(Long value)
      Setter for filingId The filing return id that this applies too
    • getAmount

      public BigDecimal getAmount()
      Getter for amount The adjustment amount.
    • setAmount

      public void setAmount(BigDecimal value)
      Setter for amount The adjustment amount.
    • getPeriod

      public AdjustmentPeriodTypeId getPeriod()
      Getter for period The filing period the adjustment is applied to.
    • setPeriod

      public void setPeriod(AdjustmentPeriodTypeId value)
      Setter for period The filing period the adjustment is applied to.
    • getType

      public String getType()
      Getter for type The type of the adjustment.
    • setType

      public void setType(String value)
      Setter for type The type of the adjustment.
    • getIsCalculated

      public Boolean getIsCalculated()
      Getter for isCalculated Whether or not the adjustment has been calculated.
    • setIsCalculated

      public void setIsCalculated(Boolean value)
      Setter for isCalculated Whether or not the adjustment has been calculated.
    • getAccountType

      public PaymentAccountTypeId getAccountType()
      Getter for accountType The account type of the adjustment.
    • setAccountType

      public void setAccountType(PaymentAccountTypeId value)
      Setter for accountType The account type of the adjustment.
    • getReason

      public String getReason()
      Getter for reason A descriptive reason for creating this adjustment.
    • setReason

      public void setReason(String value)
      Setter for reason A descriptive reason for creating this adjustment.
    • 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.
    • toString

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