Class FilingAdjustmentModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.FilingAdjustmentModel
-
public class FilingAdjustmentModel extends java.lang.ObjectA model for return adjustments.
-
-
Constructor Summary
Constructors Constructor Description FilingAdjustmentModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentAccountTypeIdgetAccountType()Getter for accountType The account type of the adjustment.java.math.BigDecimalgetAmount()Getter for amount The adjustment amount.java.util.DategetCreatedDate()Getter for createdDate The date when this record was created.java.lang.IntegergetCreatedUserId()Getter for createdUserId The User ID of the user who created this record.java.lang.LonggetFilingId()Getter for filingId The filing return id that this applies toojava.lang.LonggetId()Getter for id The unique ID number for the adjustment.java.lang.BooleangetIsCalculated()Getter for isCalculated Whether or not the adjustment has been calculated.java.util.DategetModifiedDate()Getter for modifiedDate The date/time when this record was last modified.java.lang.IntegergetModifiedUserId()Getter for modifiedUserId The user ID of the user who last modified this record.AdjustmentPeriodTypeIdgetPeriod()Getter for period The filing period the adjustment is applied to.java.lang.StringgetReason()Getter for reason A descriptive reason for creating this adjustment.java.lang.StringgetType()Getter for type The type of the adjustment.voidsetAccountType(PaymentAccountTypeId value)Setter for accountType The account type of the adjustment.voidsetAmount(java.math.BigDecimal value)Setter for amount The adjustment amount.voidsetCreatedDate(java.util.Date value)Setter for createdDate The date when this record was created.voidsetCreatedUserId(java.lang.Integer value)Setter for createdUserId The User ID of the user who created this record.voidsetFilingId(java.lang.Long value)Setter for filingId The filing return id that this applies toovoidsetId(java.lang.Long value)Setter for id The unique ID number for the adjustment.voidsetIsCalculated(java.lang.Boolean value)Setter for isCalculated Whether or not the adjustment has been calculated.voidsetModifiedDate(java.util.Date value)Setter for modifiedDate The date/time when this record was last modified.voidsetModifiedUserId(java.lang.Integer value)Setter for modifiedUserId The user ID of the user who last modified this record.voidsetPeriod(AdjustmentPeriodTypeId value)Setter for period The filing period the adjustment is applied to.voidsetReason(java.lang.String value)Setter for reason A descriptive reason for creating this adjustment.voidsetType(java.lang.String value)Setter for type The type of the adjustment.java.lang.StringtoString()Returns a JSON string representation of FilingAdjustmentModel
-
-
-
Method Detail
-
getId
public java.lang.Long getId()
Getter for id The unique ID number for the adjustment.
-
setId
public void setId(java.lang.Long value)
Setter for id The unique ID number for the adjustment.
-
getFilingId
public java.lang.Long getFilingId()
Getter for filingId The filing return id that this applies too
-
setFilingId
public void setFilingId(java.lang.Long value)
Setter for filingId The filing return id that this applies too
-
getAmount
public java.math.BigDecimal getAmount()
Getter for amount The adjustment amount.
-
setAmount
public void setAmount(java.math.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 java.lang.String getType()
Getter for type The type of the adjustment.
-
setType
public void setType(java.lang.String value)
Setter for type The type of the adjustment.
-
getIsCalculated
public java.lang.Boolean getIsCalculated()
Getter for isCalculated Whether or not the adjustment has been calculated.
-
setIsCalculated
public void setIsCalculated(java.lang.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 java.lang.String getReason()
Getter for reason A descriptive reason for creating this adjustment.
-
setReason
public void setReason(java.lang.String value)
Setter for reason A descriptive reason for creating this adjustment.
-
getCreatedDate
public java.util.Date getCreatedDate()
Getter for createdDate The date when this record was created.
-
setCreatedDate
public void setCreatedDate(java.util.Date value)
Setter for createdDate The date when this record was created.
-
getCreatedUserId
public java.lang.Integer getCreatedUserId()
Getter for createdUserId The User ID of the user who created this record.
-
setCreatedUserId
public void setCreatedUserId(java.lang.Integer value)
Setter for createdUserId The User ID of the user who created this record.
-
getModifiedDate
public java.util.Date getModifiedDate()
Getter for modifiedDate The date/time when this record was last modified.
-
setModifiedDate
public void setModifiedDate(java.util.Date value)
Setter for modifiedDate The date/time when this record was last modified.
-
getModifiedUserId
public java.lang.Integer getModifiedUserId()
Getter for modifiedUserId The user ID of the user who last modified this record.
-
setModifiedUserId
public void setModifiedUserId(java.lang.Integer value)
Setter for modifiedUserId The user ID of the user who last modified this record.
-
toString
public java.lang.String toString()
Returns a JSON string representation of FilingAdjustmentModel- Overrides:
toStringin classjava.lang.Object
-
-