Class FiledReturnModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.FiledReturnModel
-
public class FiledReturnModel extends java.lang.ObjectFiling Returns Model
-
-
Constructor Summary
Constructors Constructor Description FiledReturnModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetCompanyId()Getter for companyId The unique ID number of the company filing return.java.lang.IntegergetEndPeriodMonth()Getter for endPeriodMonth The month of the filing period for this tax filing.java.lang.ShortgetEndPeriodYear()Getter for endPeriodYear The year of the filing period for this tax filing.java.lang.StringgetTaxformCode()Getter for taxformCode The unique code of the form.voidsetCompanyId(java.lang.Long value)Setter for companyId The unique ID number of the company filing return.voidsetEndPeriodMonth(java.lang.Integer value)Setter for endPeriodMonth The month of the filing period for this tax filing.voidsetEndPeriodYear(java.lang.Short value)Setter for endPeriodYear The year of the filing period for this tax filing.voidsetTaxformCode(java.lang.String value)Setter for taxformCode The unique code of the form.java.lang.StringtoString()Returns a JSON string representation of FiledReturnModel
-
-
-
Method Detail
-
getCompanyId
public java.lang.Long getCompanyId()
Getter for companyId The unique ID number of the company filing return.
-
setCompanyId
public void setCompanyId(java.lang.Long value)
Setter for companyId The unique ID number of the company filing return.
-
getEndPeriodMonth
public java.lang.Integer 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
public void setEndPeriodMonth(java.lang.Integer value)
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
public java.lang.Short 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
public void setEndPeriodYear(java.lang.Short value)
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
public java.lang.String getTaxformCode()
Getter for taxformCode The unique code of the form.
-
setTaxformCode
public void setTaxformCode(java.lang.String value)
Setter for taxformCode The unique code of the form.
-
toString
public java.lang.String toString()
Returns a JSON string representation of FiledReturnModel- Overrides:
toStringin classjava.lang.Object
-
-