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 - Name of the suggested form returned
|
java.lang.Integer |
getTaxAuthorityId()
Getter for taxAuthorityId - Tax Authority ID of the suggested form returned
|
void |
setCountry(java.lang.String country)
Setter for country - Country of the suggested form returned
|
void |
setRegion(java.lang.String region)
Setter for region - Region of the suggested form returned
|
void |
setReturnName(java.lang.String returnName)
Setter for returnName - Name of the suggested form returned
|
void |
setTaxAuthorityId(java.lang.Integer taxAuthorityId)
Setter for taxAuthorityId - Tax Authority ID 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 taxAuthorityId)
public java.lang.String getCountry()
public void setCountry(java.lang.String country)
public java.lang.String getRegion()
public void setRegion(java.lang.String region)
public java.lang.String getReturnName()
public void setReturnName(java.lang.String returnName)
public java.lang.String toString()
toString
in class java.lang.Object