Class AvaFileFormModel
java.lang.Object
net.avalara.avatax.rest.client.models.AvaFileFormModel
Represents information about a tax form known to Avalara
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for country The country this form is submitted forGetter for description A description of the submitted formGetter for dueDateTypeId The type of the due dateGetter for dueDay Due dateGetter for effDate The date this form starts to take effectGetter for efileDueDateTypeId The type of E-file due date.Getter for efileDueDay The date by when the E-filing should be submittedGetter for efileDueTime The time of day by when the E-filing should be submittedGetter for endDate The date the form finishes to take effectGetter for filingOptionTypeId The type of Filing optionGetter for formName Name of the submitted formGetter for formTypeId The type of the form being submittedGetter for hasVendorDiscount Whether the customer has discountgetId()Getter for id Unique Id of the formGetter for outletTypeId The outlet type of the formGetter for region State/Province/Region where the form is submitted forGetter for returnName Name of the file being returnedGetter for roundingTypeId The way system does the roundingvoidsetCountry(String value) Setter for country The country this form is submitted forvoidsetDescription(String value) Setter for description A description of the submitted formvoidsetDueDateTypeId(DueDateTypeId value) Setter for dueDateTypeId The type of the due datevoidSetter for dueDay Due datevoidsetEffDate(Date value) Setter for effDate The date this form starts to take effectvoidSetter for efileDueDateTypeId The type of E-file due date.voidsetEfileDueDay(Integer value) Setter for efileDueDay The date by when the E-filing should be submittedvoidsetEfileDueTime(Date value) Setter for efileDueTime The time of day by when the E-filing should be submittedvoidsetEndDate(Date value) Setter for endDate The date the form finishes to take effectvoidSetter for filingOptionTypeId The type of Filing optionvoidsetFormName(String value) Setter for formName Name of the submitted formvoidsetFormTypeId(FormTypeId value) Setter for formTypeId The type of the form being submittedvoidsetHasVendorDiscount(Boolean value) Setter for hasVendorDiscount Whether the customer has discountvoidSetter for id Unique Id of the formvoidsetOutletTypeId(OutletTypeId value) Setter for outletTypeId The outlet type of the formvoidSetter for region State/Province/Region where the form is submitted forvoidsetReturnName(String value) Setter for returnName Name of the file being returnedvoidsetRoundingTypeId(RoundingTypeId value) Setter for roundingTypeId The way system does the roundingtoString()Returns a JSON string representation of AvaFileFormModel
-
Constructor Details
-
AvaFileFormModel
public AvaFileFormModel()
-
-
Method Details
-
getId
Getter for id Unique Id of the form -
setId
Setter for id Unique Id of the form -
getReturnName
Getter for returnName Name of the file being returned -
setReturnName
Setter for returnName Name of the file being returned -
getFormName
Getter for formName Name of the submitted form -
setFormName
Setter for formName Name of the submitted form -
getDescription
Getter for description A description of the submitted form -
setDescription
Setter for description A description of the submitted form -
getEffDate
Getter for effDate The date this form starts to take effect -
setEffDate
Setter for effDate The date this form starts to take effect -
getEndDate
Getter for endDate The date the form finishes to take effect -
setEndDate
Setter for endDate The date the form finishes to take effect -
getRegion
Getter for region State/Province/Region where the form is submitted for -
setRegion
Setter for region State/Province/Region where the form is submitted for -
getCountry
Getter for country The country this form is submitted for -
setCountry
Setter for country The country this form is submitted for -
getFormTypeId
Getter for formTypeId The type of the form being submitted -
setFormTypeId
Setter for formTypeId The type of the form being submitted -
getFilingOptionTypeId
Getter for filingOptionTypeId The type of Filing option -
setFilingOptionTypeId
Setter for filingOptionTypeId The type of Filing option -
getDueDateTypeId
Getter for dueDateTypeId The type of the due date -
setDueDateTypeId
Setter for dueDateTypeId The type of the due date -
getDueDay
Getter for dueDay Due date -
setDueDay
Setter for dueDay Due date -
getEfileDueDateTypeId
Getter for efileDueDateTypeId The type of E-file due date. -
setEfileDueDateTypeId
Setter for efileDueDateTypeId The type of E-file due date. -
getEfileDueDay
Getter for efileDueDay The date by when the E-filing should be submitted -
setEfileDueDay
Setter for efileDueDay The date by when the E-filing should be submitted -
getEfileDueTime
Getter for efileDueTime The time of day by when the E-filing should be submitted -
setEfileDueTime
Setter for efileDueTime The time of day by when the E-filing should be submitted -
getHasVendorDiscount
Getter for hasVendorDiscount Whether the customer has discount -
setHasVendorDiscount
Setter for hasVendorDiscount Whether the customer has discount -
getRoundingTypeId
Getter for roundingTypeId The way system does the rounding -
setRoundingTypeId
Setter for roundingTypeId The way system does the rounding -
getOutletTypeId
Getter for outletTypeId The outlet type of the form -
setOutletTypeId
Setter for outletTypeId The outlet type of the form -
toString
Returns a JSON string representation of AvaFileFormModel
-