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.voidSetter for accountType The account type of the adjustment.voidsetAmount(BigDecimal value) Setter for amount The adjustment amount.voidsetCreatedDate(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.voidsetFilingId(Long value) Setter for filingId The filing return id that this applies toovoidSetter for id The unique ID number for the adjustment.voidsetIsCalculated(Boolean value) Setter for isCalculated Whether or not the adjustment has been calculated.voidsetModifiedDate(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.voidsetPeriod(AdjustmentPeriodTypeId value) Setter for period The filing period the adjustment is applied to.voidSetter for reason A descriptive reason for creating this adjustment.voidSetter 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
-