Class FilingsCheckupAuthorityModel
java.lang.Object
net.avalara.avatax.rest.client.models.FilingsCheckupAuthorityModel
public class FilingsCheckupAuthorityModel
extends java.lang.Object
Cycle Safe Expiration results.
-
Constructor Summary
Constructors Constructor Description FilingsCheckupAuthorityModel()
-
Method Summary
Modifier and Type Method Description java.lang.Integer
getJurisdictionId()
Getter for jurisdictionId Jurisdiction Id of the tax authorityjava.lang.String
getLocationCode()
Getter for locationCode Location Code of the tax authorityjava.util.ArrayList<FilingsCheckupSuggestedFormModel>
getSuggestedForms()
Getter for suggestedForms Suggested forms to file due to tax collectedjava.math.BigDecimal
getTax()
Getter for tax Amount of tax collected in this tax authorityjava.lang.Integer
getTaxAuthorityId()
Getter for taxAuthorityId Unique ID of the tax authorityjava.lang.String
getTaxAuthorityName()
Getter for taxAuthorityName Name of the tax authorityjava.lang.Integer
getTaxAuthorityTypeId()
Getter for taxAuthorityTypeId Type Id of the tax authorityjava.lang.String
getTaxTypeId()
Getter for taxTypeId Tax Type collected in the tax authorityvoid
setJurisdictionId(java.lang.Integer value)
Setter for jurisdictionId Jurisdiction Id of the tax authorityvoid
setLocationCode(java.lang.String value)
Setter for locationCode Location Code of the tax authorityvoid
setSuggestedForms(java.util.ArrayList<FilingsCheckupSuggestedFormModel> value)
Setter for suggestedForms Suggested forms to file due to tax collectedvoid
setTax(java.math.BigDecimal value)
Setter for tax Amount of tax collected in this tax authorityvoid
setTaxAuthorityId(java.lang.Integer value)
Setter for taxAuthorityId Unique ID of the tax authorityvoid
setTaxAuthorityName(java.lang.String value)
Setter for taxAuthorityName Name of the tax authorityvoid
setTaxAuthorityTypeId(java.lang.Integer value)
Setter for taxAuthorityTypeId Type Id of the tax authorityvoid
setTaxTypeId(java.lang.String value)
Setter for taxTypeId Tax Type collected in the tax authorityjava.lang.String
toString()
Returns a JSON string representation of FilingsCheckupAuthorityModel
-
Constructor Details
-
FilingsCheckupAuthorityModel
public FilingsCheckupAuthorityModel()
-
-
Method Details
-
getTaxAuthorityId
public java.lang.Integer getTaxAuthorityId()Getter for taxAuthorityId Unique ID of the tax authority -
setTaxAuthorityId
public void setTaxAuthorityId(java.lang.Integer value)Setter for taxAuthorityId Unique ID of the tax authority -
getLocationCode
public java.lang.String getLocationCode()Getter for locationCode Location Code of the tax authority -
setLocationCode
public void setLocationCode(java.lang.String value)Setter for locationCode Location Code of the tax authority -
getTaxAuthorityName
public java.lang.String getTaxAuthorityName()Getter for taxAuthorityName Name of the tax authority -
setTaxAuthorityName
public void setTaxAuthorityName(java.lang.String value)Setter for taxAuthorityName Name of the tax authority -
getTaxAuthorityTypeId
public java.lang.Integer getTaxAuthorityTypeId()Getter for taxAuthorityTypeId Type Id of the tax authority -
setTaxAuthorityTypeId
public void setTaxAuthorityTypeId(java.lang.Integer value)Setter for taxAuthorityTypeId Type Id of the tax authority -
getJurisdictionId
public java.lang.Integer getJurisdictionId()Getter for jurisdictionId Jurisdiction Id of the tax authority -
setJurisdictionId
public void setJurisdictionId(java.lang.Integer value)Setter for jurisdictionId Jurisdiction Id of the tax authority -
getTax
public java.math.BigDecimal getTax()Getter for tax Amount of tax collected in this tax authority -
setTax
public void setTax(java.math.BigDecimal value)Setter for tax Amount of tax collected in this tax authority -
getTaxTypeId
public java.lang.String getTaxTypeId()Getter for taxTypeId Tax Type collected in the tax authority -
setTaxTypeId
public void setTaxTypeId(java.lang.String value)Setter for taxTypeId Tax Type collected in the tax authority -
getSuggestedForms
Getter for suggestedForms Suggested forms to file due to tax collected -
setSuggestedForms
Setter for suggestedForms Suggested forms to file due to tax collected -
toString
public java.lang.String toString()Returns a JSON string representation of FilingsCheckupAuthorityModel- Overrides:
toString
in classjava.lang.Object
-