Class FilingsCheckupAuthorityModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.FilingsCheckupAuthorityModel
-
public class FilingsCheckupAuthorityModel extends java.lang.ObjectCycle Safe Expiration results.
-
-
Constructor Summary
Constructors Constructor Description FilingsCheckupAuthorityModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetJurisdictionId()Getter for jurisdictionId Jurisdiction Id of the tax authorityjava.lang.StringgetLocationCode()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.BigDecimalgetTax()Getter for tax Amount of tax collected in this tax authorityjava.lang.IntegergetTaxAuthorityId()Getter for taxAuthorityId Unique ID of the tax authorityjava.lang.StringgetTaxAuthorityName()Getter for taxAuthorityName Name of the tax authorityjava.lang.IntegergetTaxAuthorityTypeId()Getter for taxAuthorityTypeId Type Id of the tax authorityjava.lang.StringgetTaxTypeId()Getter for taxTypeId Tax Type collected in the tax authorityvoidsetJurisdictionId(java.lang.Integer value)Setter for jurisdictionId Jurisdiction Id of the tax authorityvoidsetLocationCode(java.lang.String value)Setter for locationCode Location Code of the tax authorityvoidsetSuggestedForms(java.util.ArrayList<FilingsCheckupSuggestedFormModel> value)Setter for suggestedForms Suggested forms to file due to tax collectedvoidsetTax(java.math.BigDecimal value)Setter for tax Amount of tax collected in this tax authorityvoidsetTaxAuthorityId(java.lang.Integer value)Setter for taxAuthorityId Unique ID of the tax authorityvoidsetTaxAuthorityName(java.lang.String value)Setter for taxAuthorityName Name of the tax authorityvoidsetTaxAuthorityTypeId(java.lang.Integer value)Setter for taxAuthorityTypeId Type Id of the tax authorityvoidsetTaxTypeId(java.lang.String value)Setter for taxTypeId Tax Type collected in the tax authorityjava.lang.StringtoString()Returns a JSON string representation of FilingsCheckupAuthorityModel
-
-
-
Method Detail
-
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
public java.util.ArrayList<FilingsCheckupSuggestedFormModel> getSuggestedForms()
Getter for suggestedForms Suggested forms to file due to tax collected
-
setSuggestedForms
public void setSuggestedForms(java.util.ArrayList<FilingsCheckupSuggestedFormModel> value)
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:
toStringin classjava.lang.Object
-
-