Class FilingPaymentModel
java.lang.Object
net.avalara.avatax.rest.client.models.FilingPaymentModel
A model for return payments.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter 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 payment.Getter for isCalculated Whether or not the payment 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 paymentAmount The payment amount.getType()
Getter for type The type of the payment.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 payment.void
setIsCalculated
(Boolean value) Setter for isCalculated Whether or not the payment 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
setPaymentAmount
(BigDecimal value) Setter for paymentAmount The payment amount.void
setType
(PaymentType value) Setter for type The type of the payment.toString()
Returns a JSON string representation of FilingPaymentModel
-
Constructor Details
-
FilingPaymentModel
public FilingPaymentModel()
-
-
Method Details
-
getId
Getter for id The unique ID number for the payment. -
setId
Setter for id The unique ID number for the payment. -
getFilingId
Getter for filingId The filing return id that this applies too -
setFilingId
Setter for filingId The filing return id that this applies too -
getPaymentAmount
Getter for paymentAmount The payment amount. -
setPaymentAmount
Setter for paymentAmount The payment amount. -
getType
Getter for type The type of the payment. -
setType
Setter for type The type of the payment. -
getIsCalculated
Getter for isCalculated Whether or not the payment has been calculated. -
setIsCalculated
Setter for isCalculated Whether or not the payment has been calculated. -
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 FilingPaymentModel
-