Class FiledReturnModel

java.lang.Object
net.avalara.avatax.rest.client.models.FiledReturnModel

public class FiledReturnModel extends Object
Filing Returns Model
  • Constructor Details

    • FiledReturnModel

      public FiledReturnModel()
  • Method Details

    • getCompanyId

      public Long getCompanyId()
      Getter for companyId The unique ID number of the company filing return.
    • setCompanyId

      public void setCompanyId(Long value)
      Setter for companyId The unique ID number of the company filing return.
    • getEndPeriodMonth

      public 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(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 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(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 String getTaxformCode()
      Getter for taxformCode The unique code of the form.
    • setTaxformCode

      public void setTaxformCode(String value)
      Setter for taxformCode The unique code of the form.
    • toString

      public String toString()
      Returns a JSON string representation of FiledReturnModel
      Overrides:
      toString in class Object