public class FilingRequestDataModel
extends java.lang.Object
Constructor and Description |
---|
FilingRequestDataModel() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<FilingAnswerModel> |
getAnswers()
Getter for answers
Filing question answers
|
java.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 request
|
java.util.Date |
getEndDate()
Getter for endDate
Filing cycle end date of the request
|
FilingFrequencyId |
getFilingFrequencyId()
Getter for filingFrequencyId
The filing frequency of the request
|
java.lang.Integer |
getFiscalYearStartMonth()
Getter for fiscalYearStartMonth
The start period of a fiscal year for this form/company
|
java.lang.Boolean |
getIsClone()
Getter for isClone
Flag if the request is a clone of a current filing calendar
|
java.lang.String |
getLocationCode()
Getter for locationCode
Location code of the request
|
java.lang.Short |
getMonths()
Getter for months
The months of the request
|
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.
|
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 return
|
java.lang.String |
getTaxAuthorityName()
Getter for taxAuthorityName
The tax authority name on the return
|
java.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 answers
|
void |
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 request
|
void |
setEndDate(java.util.Date value)
Setter for endDate
Filing cycle end date of the request
|
void |
setFilingFrequencyId(FilingFrequencyId value)
Setter for filingFrequencyId
The filing frequency of the request
|
void |
setFiscalYearStartMonth(java.lang.Integer value)
Setter for fiscalYearStartMonth
The start period of a fiscal year for this form/company
|
void |
setIsClone(java.lang.Boolean value)
Setter for isClone
Flag if the request is a clone of a current filing calendar
|
void |
setLocationCode(java.lang.String value)
Setter for locationCode
Location code of the request
|
void |
setMonths(java.lang.Short value)
Setter for months
The months of the request
|
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.
|
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 return
|
void |
setTaxAuthorityName(java.lang.String value)
Setter for taxAuthorityName
The tax authority name on the return
|
void |
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
|
public java.lang.Long getCompanyReturnId()
public void setCompanyReturnId(java.lang.Long value)
public java.lang.String getReturnName()
public void setReturnName(java.lang.String value)
public java.lang.String getTaxFormCode()
public void setTaxFormCode(java.lang.String value)
public FilingFrequencyId getFilingFrequencyId()
public void setFilingFrequencyId(FilingFrequencyId value)
public java.lang.String getRegistrationId()
public void setRegistrationId(java.lang.String value)
public java.lang.Short getMonths()
public void setMonths(java.lang.Short value)
public java.lang.Integer getFiscalYearStartMonth()
public void setFiscalYearStartMonth(java.lang.Integer value)
public MatchingTaxType getTaxTypeId()
public void setTaxTypeId(MatchingTaxType value)
public java.lang.String getLocationCode()
public void setLocationCode(java.lang.String value)
public java.util.Date getEffDate()
public void setEffDate(java.util.Date value)
public java.util.Date getEndDate()
public void setEndDate(java.util.Date value)
public java.lang.Boolean getIsClone()
public void setIsClone(java.lang.Boolean value)
public java.lang.String getCountry()
public void setCountry(java.lang.String value)
public java.lang.String getRegion()
public void setRegion(java.lang.String value)
public java.lang.Integer getTaxAuthorityId()
public void setTaxAuthorityId(java.lang.Integer value)
public java.lang.String getTaxAuthorityName()
public void setTaxAuthorityName(java.lang.String value)
public java.util.ArrayList<FilingAnswerModel> getAnswers()
public void setAnswers(java.util.ArrayList<FilingAnswerModel> value)
public java.lang.String toString()
toString
in class java.lang.Object