Class FilingRequestDataModel
java.lang.Object
net.avalara.avatax.rest.client.models.FilingRequestDataModel
public class FilingRequestDataModel
extends java.lang.Object
Represents a commitment to file a tax return on a recurring basis.
Only used if you subscribe to Avalara Returns.
-
Constructor Summary
Constructors Constructor Description FilingRequestDataModel()
-
Method Summary
Modifier and Type Method Description java.util.ArrayList<FilingAnswerModel>
getAnswers()
Getter for answers Filing question answersjava.lang.Long
getCompanyReturnId()
Getter for companyReturnId The company return ID if requesting an update.java.lang.String
getCountry()
Getter for country The two character ISO 3166 country code of the country that issued the tax form for this filing calendar.java.util.Date
getEffDate()
Getter for effDate Filing cycle effective date of the requestjava.util.Date
getEndDate()
Getter for endDate Filing cycle end date of the requestFilingFrequencyId
getFilingFrequencyId()
Getter for filingFrequencyId The filing frequency of the requestjava.lang.Integer
getFiscalYearStartMonth()
Getter for fiscalYearStartMonth The start period of a fiscal year for this form/companyjava.lang.Boolean
getIsClone()
Getter for isClone Flag if the request is a clone of a current filing calendarjava.lang.String
getLocationCode()
Getter for locationCode Location code of the requestjava.lang.Short
getMonths()
Getter for months The months of the requestjava.lang.String
getRegion()
Getter for region The two or three character ISO 3166 code of the region / state / province that issued the tax form for this filing calendar.java.lang.String
getRegistrationId()
Getter for registrationId State registration ID of the company requesting the filing calendar.java.lang.String
getReturnName()
Getter for returnName DEPRECATED - Date: 9/13/2018, Version: 18.10, Message: Please use `taxFormCode` instead.java.lang.Integer
getTaxAuthorityId()
Getter for taxAuthorityId The tax authority id of the returnjava.lang.String
getTaxAuthorityName()
Getter for taxAuthorityName The tax authority name on the returnjava.lang.String
getTaxFormCode()
Getter for taxFormCode The Avalara standard tax form code of the tax form for this filing calendar.MatchingTaxType
getTaxTypeId()
Getter for taxTypeId The type of tax to report on this return.void
setAnswers(java.util.ArrayList<FilingAnswerModel> value)
Setter for answers Filing question answersvoid
setCompanyReturnId(java.lang.Long value)
Setter for companyReturnId The company return ID if requesting an update.void
setCountry(java.lang.String value)
Setter for country The two character ISO 3166 country code of the country that issued the tax form for this filing calendar.void
setEffDate(java.util.Date value)
Setter for effDate Filing cycle effective date of the requestvoid
setEndDate(java.util.Date value)
Setter for endDate Filing cycle end date of the requestvoid
setFilingFrequencyId(FilingFrequencyId value)
Setter for filingFrequencyId The filing frequency of the requestvoid
setFiscalYearStartMonth(java.lang.Integer value)
Setter for fiscalYearStartMonth The start period of a fiscal year for this form/companyvoid
setIsClone(java.lang.Boolean value)
Setter for isClone Flag if the request is a clone of a current filing calendarvoid
setLocationCode(java.lang.String value)
Setter for locationCode Location code of the requestvoid
setMonths(java.lang.Short value)
Setter for months The months of the requestvoid
setRegion(java.lang.String value)
Setter for region The two or three character ISO 3166 code of the region / state / province that issued the tax form for this filing calendar.void
setRegistrationId(java.lang.String value)
Setter for registrationId State registration ID of the company requesting the filing calendar.void
setReturnName(java.lang.String value)
Setter for returnName DEPRECATED - Date: 9/13/2018, Version: 18.10, Message: Please use `taxFormCode` instead.void
setTaxAuthorityId(java.lang.Integer value)
Setter for taxAuthorityId The tax authority id of the returnvoid
setTaxAuthorityName(java.lang.String value)
Setter for taxAuthorityName The tax authority name on the returnvoid
setTaxFormCode(java.lang.String value)
Setter for taxFormCode The Avalara standard tax form code of the tax form for this filing calendar.void
setTaxTypeId(MatchingTaxType value)
Setter for taxTypeId The type of tax to report on this return.java.lang.String
toString()
Returns a JSON string representation of FilingRequestDataModel
-
Constructor Details
-
FilingRequestDataModel
public FilingRequestDataModel()
-
-
Method Details
-
getCompanyReturnId
public java.lang.Long getCompanyReturnId()Getter for companyReturnId The company return ID if requesting an update. -
setCompanyReturnId
public void setCompanyReturnId(java.lang.Long value)Setter for companyReturnId The company return ID if requesting an update. -
getReturnName
public java.lang.String getReturnName()Getter for returnName DEPRECATED - Date: 9/13/2018, Version: 18.10, Message: Please use `taxFormCode` instead. The legacy return name of the requested calendar. -
setReturnName
public void setReturnName(java.lang.String value)Setter for returnName DEPRECATED - Date: 9/13/2018, Version: 18.10, Message: Please use `taxFormCode` instead. The legacy return name of the requested calendar. -
getTaxFormCode
public java.lang.String getTaxFormCode()Getter for taxFormCode The Avalara standard tax form code of the tax form for this filing calendar. The first two characters of the tax form code are the ISO 3166 country code of the country that issued this form. -
setTaxFormCode
public void setTaxFormCode(java.lang.String value)Setter for taxFormCode The Avalara standard tax form code of the tax form for this filing calendar. The first two characters of the tax form code are the ISO 3166 country code of the country that issued this form. -
getFilingFrequencyId
Getter for filingFrequencyId The filing frequency of the request -
setFilingFrequencyId
Setter for filingFrequencyId The filing frequency of the request -
getRegistrationId
public java.lang.String getRegistrationId()Getter for registrationId State registration ID of the company requesting the filing calendar. -
setRegistrationId
public void setRegistrationId(java.lang.String value)Setter for registrationId State registration ID of the company requesting the filing calendar. -
getMonths
public java.lang.Short getMonths()Getter for months The months of the request -
setMonths
public void setMonths(java.lang.Short value)Setter for months The months of the request -
getFiscalYearStartMonth
public java.lang.Integer getFiscalYearStartMonth()Getter for fiscalYearStartMonth The start period of a fiscal year for this form/company -
setFiscalYearStartMonth
public void setFiscalYearStartMonth(java.lang.Integer value)Setter for fiscalYearStartMonth The start period of a fiscal year for this form/company -
getTaxTypeId
Getter for taxTypeId The type of tax to report on this return. -
setTaxTypeId
Setter for taxTypeId The type of tax to report on this return. -
getLocationCode
public java.lang.String getLocationCode()Getter for locationCode Location code of the request -
setLocationCode
public void setLocationCode(java.lang.String value)Setter for locationCode Location code of the request -
getEffDate
public java.util.Date getEffDate()Getter for effDate Filing cycle effective date of the request -
setEffDate
public void setEffDate(java.util.Date value)Setter for effDate Filing cycle effective date of the request -
getEndDate
public java.util.Date getEndDate()Getter for endDate Filing cycle end date of the request -
setEndDate
public void setEndDate(java.util.Date value)Setter for endDate Filing cycle end date of the request -
getIsClone
public java.lang.Boolean getIsClone()Getter for isClone Flag if the request is a clone of a current filing calendar -
setIsClone
public void setIsClone(java.lang.Boolean value)Setter for isClone Flag if the request is a clone of a current filing calendar -
getCountry
public java.lang.String getCountry()Getter for country The two character ISO 3166 country code of the country that issued the tax form for this filing calendar. -
setCountry
public void setCountry(java.lang.String value)Setter for country The two character ISO 3166 country code of the country that issued the tax form for this filing calendar. -
getRegion
public java.lang.String getRegion()Getter for region The two or three character ISO 3166 code of the region / state / province that issued the tax form for this filing calendar. -
setRegion
public void setRegion(java.lang.String value)Setter for region The two or three character ISO 3166 code of the region / state / province that issued the tax form for this filing calendar. -
getTaxAuthorityId
public java.lang.Integer getTaxAuthorityId()Getter for taxAuthorityId The tax authority id of the return -
setTaxAuthorityId
public void setTaxAuthorityId(java.lang.Integer value)Setter for taxAuthorityId The tax authority id of the return -
getTaxAuthorityName
public java.lang.String getTaxAuthorityName()Getter for taxAuthorityName The tax authority name on the return -
setTaxAuthorityName
public void setTaxAuthorityName(java.lang.String value)Setter for taxAuthorityName The tax authority name on the return -
getAnswers
Getter for answers Filing question answers -
setAnswers
Setter for answers Filing question answers -
toString
public java.lang.String toString()Returns a JSON string representation of FilingRequestDataModel- Overrides:
toString
in classjava.lang.Object
-