Class FiledReturnModel
java.lang.Object
net.avalara.avatax.rest.client.models.FiledReturnModel
Filing Returns Model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for companyId The unique ID number of the company filing return.Getter for endPeriodMonth The month of the filing period for this tax filing.Getter for endPeriodYear The year of the filing period for this tax filing.Getter for taxformCode The unique code of the form.voidsetCompanyId(Long value) Setter for companyId The unique ID number of the company filing return.voidsetEndPeriodMonth(Integer value) Setter for endPeriodMonth The month of the filing period for this tax filing.voidsetEndPeriodYear(Short value) Setter for endPeriodYear The year of the filing period for this tax filing.voidsetTaxformCode(String value) Setter for taxformCode The unique code of the form.toString()Returns a JSON string representation of FiledReturnModel
-
Constructor Details
-
FiledReturnModel
public FiledReturnModel()
-
-
Method Details
-
getCompanyId
Getter for companyId The unique ID number of the company filing return. -
setCompanyId
Setter for companyId The unique ID number of the company filing return. -
getEndPeriodMonth
Getter for endPeriodMonth 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. -
setEndPeriodMonth
Setter for endPeriodMonth 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. -
getEndPeriodYear
Getter for endPeriodYear 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. -
setEndPeriodYear
Setter for endPeriodYear 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. -
getTaxformCode
Getter for taxformCode The unique code of the form. -
setTaxformCode
Setter for taxformCode The unique code of the form. -
toString
Returns a JSON string representation of FiledReturnModel
-