Class FilingsCheckupAuthorityModel
java.lang.Object
net.avalara.avatax.rest.client.models.FilingsCheckupAuthorityModel
Cycle Safe Expiration results.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for jurisdictionId Jurisdiction Id of the tax authorityGetter for locationCode Location Code of the tax authorityGetter for suggestedForms Suggested forms to file due to tax collectedgetTax()
Getter for tax Amount of tax collected in this tax authorityGetter for taxAuthorityId Unique ID of the tax authorityGetter for taxAuthorityName Name of the tax authorityGetter for taxAuthorityTypeId Type Id of the tax authorityGetter for taxTypeId Tax Type collected in the tax authorityvoid
setJurisdictionId
(Integer value) Setter for jurisdictionId Jurisdiction Id of the tax authorityvoid
setLocationCode
(String value) Setter for locationCode Location Code of the tax authorityvoid
Setter for suggestedForms Suggested forms to file due to tax collectedvoid
setTax
(BigDecimal value) Setter for tax Amount of tax collected in this tax authorityvoid
setTaxAuthorityId
(Integer value) Setter for taxAuthorityId Unique ID of the tax authorityvoid
setTaxAuthorityName
(String value) Setter for taxAuthorityName Name of the tax authorityvoid
setTaxAuthorityTypeId
(Integer value) Setter for taxAuthorityTypeId Type Id of the tax authorityvoid
setTaxTypeId
(String value) Setter for taxTypeId Tax Type collected in the tax authoritytoString()
Returns a JSON string representation of FilingsCheckupAuthorityModel
-
Constructor Details
-
FilingsCheckupAuthorityModel
public FilingsCheckupAuthorityModel()
-
-
Method Details
-
getTaxAuthorityId
Getter for taxAuthorityId Unique ID of the tax authority -
setTaxAuthorityId
Setter for taxAuthorityId Unique ID of the tax authority -
getLocationCode
Getter for locationCode Location Code of the tax authority -
setLocationCode
Setter for locationCode Location Code of the tax authority -
getTaxAuthorityName
Getter for taxAuthorityName Name of the tax authority -
setTaxAuthorityName
Setter for taxAuthorityName Name of the tax authority -
getTaxAuthorityTypeId
Getter for taxAuthorityTypeId Type Id of the tax authority -
setTaxAuthorityTypeId
Setter for taxAuthorityTypeId Type Id of the tax authority -
getJurisdictionId
Getter for jurisdictionId Jurisdiction Id of the tax authority -
setJurisdictionId
Setter for jurisdictionId Jurisdiction Id of the tax authority -
getTax
Getter for tax Amount of tax collected in this tax authority -
setTax
Setter for tax Amount of tax collected in this tax authority -
getTaxTypeId
Getter for taxTypeId Tax Type collected in the tax authority -
setTaxTypeId
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
Returns a JSON string representation of FilingsCheckupAuthorityModel
-