Class FilingAdjustmentModel
java.lang.Object
net.avalara.avatax.rest.client.models.FilingAdjustmentModel
A model for return adjustments.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for accountType The account type of the adjustment.Getter for amount The adjustment amount.Getter for createdDate The date when this record was created.Getter for createdUserId The User ID of the user who created this record.Getter for filingId The filing return id that this applies toogetId()
Getter for id The unique ID number for the adjustment.Getter for isCalculated Whether or not the adjustment has been calculated.Getter 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 period The filing period the adjustment is applied to.Getter for reason A descriptive reason for creating this adjustment.getType()
Getter for type The type of the adjustment.void
Setter for accountType The account type of the adjustment.void
setAmount
(BigDecimal value) Setter for amount The adjustment amount.void
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
setFilingId
(Long value) Setter for filingId The filing return id that this applies toovoid
Setter for id The unique ID number for the adjustment.void
setIsCalculated
(Boolean value) Setter for isCalculated Whether or not the adjustment has been calculated.void
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
setPeriod
(AdjustmentPeriodTypeId value) Setter for period The filing period the adjustment is applied to.void
Setter for reason A descriptive reason for creating this adjustment.void
Setter for type The type of the adjustment.toString()
Returns a JSON string representation of FilingAdjustmentModel
-
Constructor Details
-
FilingAdjustmentModel
public FilingAdjustmentModel()
-
-
Method Details
-
getId
Getter for id The unique ID number for the adjustment. -
setId
Setter for id The unique ID number for the adjustment. -
getFilingId
Getter for filingId The filing return id that this applies too -
setFilingId
Setter for filingId The filing return id that this applies too -
getAmount
Getter for amount The adjustment amount. -
setAmount
Setter for amount The adjustment amount. -
getPeriod
Getter for period The filing period the adjustment is applied to. -
setPeriod
Setter for period The filing period the adjustment is applied to. -
getType
Getter for type The type of the adjustment. -
setType
Setter for type The type of the adjustment. -
getIsCalculated
Getter for isCalculated Whether or not the adjustment has been calculated. -
setIsCalculated
Setter for isCalculated Whether or not the adjustment has been calculated. -
getAccountType
Getter for accountType The account type of the adjustment. -
setAccountType
Setter for accountType The account type of the adjustment. -
getReason
Getter for reason A descriptive reason for creating this adjustment. -
setReason
Setter for reason A descriptive reason for creating this adjustment. -
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. -
toString
Returns a JSON string representation of FilingAdjustmentModel
-