Class MultiTaxFilingModel
java.lang.Object
net.avalara.avatax.rest.client.models.MultiTaxFilingModel
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 filingRegions A listing of regional tax filings within this time period.getId()
Getter for id The unique ID number of this filing.getMonth()
Getter for month The month of the filing period for this tax filing.Getter for taxDetails A detailed breakdown of the taxes in this filingGetter for taxSummarygetType()
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
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
Setter for month The month of the filing period for this tax filing.void
Setter for taxDetails A detailed breakdown of the taxes in this filingvoid
Setter for taxSummaryvoid
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 MultiTaxFilingModel
-
Constructor Details
-
MultiTaxFilingModel
public MultiTaxFilingModel()
-
-
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. -
getTaxSummary
Getter for taxSummary -
setTaxSummary
Setter for taxSummary -
getTaxDetails
Getter for taxDetails A detailed breakdown of the taxes in this filing -
setTaxDetails
Setter for taxDetails A detailed breakdown of the taxes in this filing -
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 MultiTaxFilingModel
-