public class FilingsCheckupSuggestedFormModel
extends java.lang.Object
Constructor and Description |
---|
FilingsCheckupSuggestedFormModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCountry()
Getter for country
Country of the suggested form returned
|
java.lang.String |
getRegion()
Getter for region
Region of the suggested form returned
|
java.lang.String |
getReturnName()
Getter for returnName
Legacy Name of the suggested form returned
|
java.lang.Integer |
getTaxAuthorityId()
Getter for taxAuthorityId
Tax Authority ID of the suggested form returned
|
java.lang.String |
getTaxFormCode()
Getter for taxFormCode
Name of the suggested form returned
|
void |
setCountry(java.lang.String value)
Setter for country
Country of the suggested form returned
|
void |
setRegion(java.lang.String value)
Setter for region
Region of the suggested form returned
|
void |
setReturnName(java.lang.String value)
Setter for returnName
Legacy Name of the suggested form returned
|
void |
setTaxAuthorityId(java.lang.Integer value)
Setter for taxAuthorityId
Tax Authority ID of the suggested form returned
|
void |
setTaxFormCode(java.lang.String value)
Setter for taxFormCode
Name of the suggested form returned
|
java.lang.String |
toString()
Returns a JSON string representation of FilingsCheckupSuggestedFormModel
|
public java.lang.Integer getTaxAuthorityId()
public void setTaxAuthorityId(java.lang.Integer 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.String getTaxFormCode()
public void setTaxFormCode(java.lang.String value)
public java.lang.String getReturnName()
public void setReturnName(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object