Class AvaFileFormModel

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

public class AvaFileFormModel extends Object
Represents information about a tax form known to Avalara
  • Constructor Details

    • AvaFileFormModel

      public AvaFileFormModel()
  • Method Details

    • getId

      public Integer getId()
      Getter for id Unique Id of the form
    • setId

      public void setId(Integer value)
      Setter for id Unique Id of the form
    • getReturnName

      public String getReturnName()
      Getter for returnName Name of the file being returned
    • setReturnName

      public void setReturnName(String value)
      Setter for returnName Name of the file being returned
    • getFormName

      public String getFormName()
      Getter for formName Name of the submitted form
    • setFormName

      public void setFormName(String value)
      Setter for formName Name of the submitted form
    • getDescription

      public String getDescription()
      Getter for description A description of the submitted form
    • setDescription

      public void setDescription(String value)
      Setter for description A description of the submitted form
    • getEffDate

      public Date getEffDate()
      Getter for effDate The date this form starts to take effect
    • setEffDate

      public void setEffDate(Date value)
      Setter for effDate The date this form starts to take effect
    • getEndDate

      public Date getEndDate()
      Getter for endDate The date the form finishes to take effect
    • setEndDate

      public void setEndDate(Date value)
      Setter for endDate The date the form finishes to take effect
    • getRegion

      public String getRegion()
      Getter for region State/Province/Region where the form is submitted for
    • setRegion

      public void setRegion(String value)
      Setter for region State/Province/Region where the form is submitted for
    • getCountry

      public String getCountry()
      Getter for country The country this form is submitted for
    • setCountry

      public void setCountry(String value)
      Setter for country The country this form is submitted for
    • getFormTypeId

      public FormTypeId getFormTypeId()
      Getter for formTypeId The type of the form being submitted
    • setFormTypeId

      public void setFormTypeId(FormTypeId value)
      Setter for formTypeId The type of the form being submitted
    • getFilingOptionTypeId

      public FilingOptionTypeId getFilingOptionTypeId()
      Getter for filingOptionTypeId The type of Filing option
    • setFilingOptionTypeId

      public void setFilingOptionTypeId(FilingOptionTypeId value)
      Setter for filingOptionTypeId The type of Filing option
    • getDueDateTypeId

      public DueDateTypeId getDueDateTypeId()
      Getter for dueDateTypeId The type of the due date
    • setDueDateTypeId

      public void setDueDateTypeId(DueDateTypeId value)
      Setter for dueDateTypeId The type of the due date
    • getDueDay

      public Integer getDueDay()
      Getter for dueDay Due date
    • setDueDay

      public void setDueDay(Integer value)
      Setter for dueDay Due date
    • getEfileDueDateTypeId

      public DueDateTypeId getEfileDueDateTypeId()
      Getter for efileDueDateTypeId The type of E-file due date.
    • setEfileDueDateTypeId

      public void setEfileDueDateTypeId(DueDateTypeId value)
      Setter for efileDueDateTypeId The type of E-file due date.
    • getEfileDueDay

      public Integer getEfileDueDay()
      Getter for efileDueDay The date by when the E-filing should be submitted
    • setEfileDueDay

      public void setEfileDueDay(Integer value)
      Setter for efileDueDay The date by when the E-filing should be submitted
    • getEfileDueTime

      public Date getEfileDueTime()
      Getter for efileDueTime The time of day by when the E-filing should be submitted
    • setEfileDueTime

      public void setEfileDueTime(Date value)
      Setter for efileDueTime The time of day by when the E-filing should be submitted
    • getHasVendorDiscount

      public Boolean getHasVendorDiscount()
      Getter for hasVendorDiscount Whether the customer has discount
    • setHasVendorDiscount

      public void setHasVendorDiscount(Boolean value)
      Setter for hasVendorDiscount Whether the customer has discount
    • getRoundingTypeId

      public RoundingTypeId getRoundingTypeId()
      Getter for roundingTypeId The way system does the rounding
    • setRoundingTypeId

      public void setRoundingTypeId(RoundingTypeId value)
      Setter for roundingTypeId The way system does the rounding
    • getOutletTypeId

      public OutletTypeId getOutletTypeId()
      Getter for outletTypeId The outlet type of the form
    • setOutletTypeId

      public void setOutletTypeId(OutletTypeId value)
      Setter for outletTypeId The outlet type of the form
    • toString

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