Class FilingRequestModel

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

public class FilingRequestModel extends Object
Represents a commitment to file a tax return on a recurring basis. Only used if you subscribe to Avalara Returns.
  • Constructor Details

    • FilingRequestModel

      public FilingRequestModel()
  • Method Details

    • getId

      public Long getId()
      Getter for id The unique ID number of this filing request.
    • setId

      public void setId(Long value)
      Setter for id The unique ID number of this filing request.
    • getCompanyId

      public Integer getCompanyId()
      Getter for companyId The unique ID number of the company to which this filing request belongs.
    • setCompanyId

      public void setCompanyId(Integer value)
      Setter for companyId The unique ID number of the company to which this filing request belongs.
    • getFilingRequestStatusId

      public FilingRequestStatus getFilingRequestStatusId()
      Getter for filingRequestStatusId The current status of this request
    • setFilingRequestStatusId

      public void setFilingRequestStatusId(FilingRequestStatus value)
      Setter for filingRequestStatusId The current status of this request
    • getData

      public FilingRequestDataModel getData()
      Getter for data
    • setData

      public void setData(FilingRequestDataModel value)
      Setter for data
    • getCreatedDate

      public Date getCreatedDate()
      Getter for createdDate The date when this record was created.
    • setCreatedDate

      public void setCreatedDate(Date value)
      Setter for createdDate The date when this record was created.
    • getCreatedUserId

      public Integer getCreatedUserId()
      Getter for createdUserId The User ID of the user who created this record.
    • setCreatedUserId

      public void setCreatedUserId(Integer value)
      Setter for createdUserId The User ID of the user who created this record.
    • getModifiedDate

      public Date getModifiedDate()
      Getter for modifiedDate The date/time when this record was last modified.
    • setModifiedDate

      public void setModifiedDate(Date value)
      Setter for modifiedDate The date/time when this record was last modified.
    • getModifiedUserId

      public Integer getModifiedUserId()
      Getter for modifiedUserId The user ID of the user who last modified this record.
    • setModifiedUserId

      public void setModifiedUserId(Integer value)
      Setter for modifiedUserId The user ID of the user who last modified this record.
    • toString

      public String toString()
      Returns a JSON string representation of FilingRequestModel
      Overrides:
      toString in class Object