Class FilingRequestModel
java.lang.Object
net.avalara.avatax.rest.client.models.FilingRequestModel
Represents a commitment to file a tax return on a recurring basis.
Only used if you subscribe to Avalara Returns.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for companyId The unique ID number of the company to which this filing request belongs.Getter for createdDate The date when this record was created.Getter for createdUserId The User ID of the user who created this record.getData()
Getter for dataGetter for filingRequestStatusId The current status of this requestgetId()
Getter for id The unique ID number of this filing request.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.void
setCompanyId
(Integer value) Setter for companyId The unique ID number of the company to which this filing request belongs.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
setData
(FilingRequestDataModel value) Setter for datavoid
Setter for filingRequestStatusId The current status of this requestvoid
Setter for id The unique ID number of this filing request.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.toString()
Returns a JSON string representation of FilingRequestModel
-
Constructor Details
-
FilingRequestModel
public FilingRequestModel()
-
-
Method Details
-
getId
Getter for id The unique ID number of this filing request. -
setId
Setter for id The unique ID number of this filing request. -
getCompanyId
Getter for companyId The unique ID number of the company to which this filing request belongs. -
setCompanyId
Setter for companyId The unique ID number of the company to which this filing request belongs. -
getFilingRequestStatusId
Getter for filingRequestStatusId The current status of this request -
setFilingRequestStatusId
Setter for filingRequestStatusId The current status of this request -
getData
Getter for data -
setData
Setter for data -
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 FilingRequestModel
-