Class FilingModel
java.lang.Object
net.avalara.avatax.rest.client.models.FilingModel
Represents a listing of all tax calculation data for filings and for accruing to future filings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for companyId The unique ID number of the company for this filing.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 filingRegions A listing of regional tax filings within this time period.getId()
Getter for id The unique ID number of this filing.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.getMonth()
Getter for month The month of the filing period for this tax filing.getType()
Getter for type Indicates whether this is an original or an amended filing.getYear()
Getter for year The year of the filing period for this tax filing.void
setCompanyId
(Integer value) Setter for companyId The unique ID number of the company for this filing.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
Setter for filingRegions A listing of regional tax filings within this time period.void
Setter for id The unique ID number of this filing.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
Setter for month The month of the filing period for this tax filing.void
setType
(WorksheetTypeId value) Setter for type Indicates whether this is an original or an amended filing.void
Setter for year The year of the filing period for this tax filing.toString()
Returns a JSON string representation of FilingModel
-
Constructor Details
-
FilingModel
public FilingModel()
-
-
Method Details
-
getId
Getter for id The unique ID number of this filing. -
setId
Setter for id The unique ID number of this filing. -
getCompanyId
Getter for companyId The unique ID number of the company for this filing. -
setCompanyId
Setter for companyId The unique ID number of the company for this filing. -
getMonth
Getter for month The month of the filing period for this tax filing. The filing period represents the year and month of the last day of taxes being reported on this filing. For example, an annual tax filing for Jan-Dec 2015 would have a filing period of Dec 2015. -
setMonth
Setter for month The month of the filing period for this tax filing. The filing period represents the year and month of the last day of taxes being reported on this filing. For example, an annual tax filing for Jan-Dec 2015 would have a filing period of Dec 2015. -
getYear
Getter for year The year of the filing period for this tax filing. The filing period represents the year and month of the last day of taxes being reported on this filing. For example, an annual tax filing for Jan-Dec 2015 would have a filing period of Dec 2015. -
setYear
Setter for year The year of the filing period for this tax filing. The filing period represents the year and month of the last day of taxes being reported on this filing. For example, an annual tax filing for Jan-Dec 2015 would have a filing period of Dec 2015. -
getType
Getter for type Indicates whether this is an original or an amended filing. -
setType
Setter for type Indicates whether this is an original or an amended filing. -
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. -
getFilingRegions
Getter for filingRegions A listing of regional tax filings within this time period. -
setFilingRegions
Setter for filingRegions A listing of regional tax filings within this time period. -
toString
Returns a JSON string representation of FilingModel
-