Class FilingPaymentModel

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

public class FilingPaymentModel
extends java.lang.Object
A model for return payments.
  • Constructor Summary

    Constructors 
    Constructor Description
    FilingPaymentModel()  
  • Method Summary

    Modifier and Type Method Description
    java.util.Date getCreatedDate()
    Getter for createdDate The date when this record was created.
    java.lang.Integer getCreatedUserId()
    Getter for createdUserId The User ID of the user who created this record.
    java.lang.Long getFilingId()
    Getter for filingId The filing return id that this applies too
    java.lang.Long getId()
    Getter for id The unique ID number for the payment.
    java.lang.Boolean getIsCalculated()
    Getter for isCalculated Whether or not the payment has been calculated.
    java.util.Date getModifiedDate()
    Getter for modifiedDate The date/time when this record was last modified.
    java.lang.Integer getModifiedUserId()
    Getter for modifiedUserId The user ID of the user who last modified this record.
    java.math.BigDecimal getPaymentAmount()
    Getter for paymentAmount The payment amount.
    PaymentType getType()
    Getter for type The type of the payment.
    void setCreatedDate​(java.util.Date value)
    Setter for createdDate The date when this record was created.
    void setCreatedUserId​(java.lang.Integer value)
    Setter for createdUserId The User ID of the user who created this record.
    void setFilingId​(java.lang.Long value)
    Setter for filingId The filing return id that this applies too
    void setId​(java.lang.Long value)
    Setter for id The unique ID number for the payment.
    void setIsCalculated​(java.lang.Boolean value)
    Setter for isCalculated Whether or not the payment has been calculated.
    void setModifiedDate​(java.util.Date value)
    Setter for modifiedDate The date/time when this record was last modified.
    void setModifiedUserId​(java.lang.Integer value)
    Setter for modifiedUserId The user ID of the user who last modified this record.
    void setPaymentAmount​(java.math.BigDecimal value)
    Setter for paymentAmount The payment amount.
    void setType​(PaymentType value)
    Setter for type The type of the payment.
    java.lang.String toString()
    Returns a JSON string representation of FilingPaymentModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getId

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

      public void setId​(java.lang.Long value)
      Setter for id The unique ID number for the payment.
    • 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
    • getPaymentAmount

      public java.math.BigDecimal getPaymentAmount()
      Getter for paymentAmount The payment amount.
    • setPaymentAmount

      public void setPaymentAmount​(java.math.BigDecimal value)
      Setter for paymentAmount The payment amount.
    • getType

      public PaymentType getType()
      Getter for type The type of the payment.
    • setType

      public void setType​(PaymentType value)
      Setter for type The type of the payment.
    • getIsCalculated

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

      public void setIsCalculated​(java.lang.Boolean value)
      Setter for isCalculated Whether or not the payment has been calculated.
    • 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 FilingPaymentModel
      Overrides:
      toString in class java.lang.Object