Class ComplianceTaxRateModel
java.lang.Object
net.avalara.avatax.rest.client.models.ComplianceTaxRateModel
The tax rate model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for effectiveDate The date this rate is starts to take effect.Getter for endDate The date this rate is no longer active.getId()
Getter for id The unique id of the rate.Getter for jurisdictionId The id of the jurisdiction.getRate()
Getter for rate The tax rate.Getter for rateTypeId The rate type.Getter for rateTypeTaxTypeMappingId The rate type tax type mapping id.Getter for taxName The name of the tax.Getter for taxRegionId The id of the tax region.Getter for taxTypeId The tax type.Getter for unitOfBasisId The unit of basis.void
setEffectiveDate
(Date value) Setter for effectiveDate The date this rate is starts to take effect.void
setEndDate
(Date value) Setter for endDate The date this rate is no longer active.void
Setter for id The unique id of the rate.void
setJurisdictionId
(Integer value) Setter for jurisdictionId The id of the jurisdiction.void
setRate
(BigDecimal value) Setter for rate The tax rate.void
setRateTypeId
(String value) Setter for rateTypeId The rate type.void
Setter for rateTypeTaxTypeMappingId The rate type tax type mapping id.void
setTaxName
(String value) Setter for taxName The name of the tax.void
setTaxRegionId
(Integer value) Setter for taxRegionId The id of the tax region.void
setTaxTypeId
(String value) Setter for taxTypeId The tax type.void
setUnitOfBasisId
(Long value) Setter for unitOfBasisId The unit of basis.toString()
Returns a JSON string representation of ComplianceTaxRateModel
-
Constructor Details
-
ComplianceTaxRateModel
public ComplianceTaxRateModel()
-
-
Method Details
-
getId
Getter for id The unique id of the rate. -
setId
Setter for id The unique id of the rate. -
getRate
Getter for rate The tax rate. -
setRate
Setter for rate The tax rate. -
getJurisdictionId
Getter for jurisdictionId The id of the jurisdiction. -
setJurisdictionId
Setter for jurisdictionId The id of the jurisdiction. -
getTaxRegionId
Getter for taxRegionId The id of the tax region. -
setTaxRegionId
Setter for taxRegionId The id of the tax region. -
getEffectiveDate
Getter for effectiveDate The date this rate is starts to take effect. -
setEffectiveDate
Setter for effectiveDate The date this rate is starts to take effect. -
getEndDate
Getter for endDate The date this rate is no longer active. -
setEndDate
Setter for endDate The date this rate is no longer active. -
getRateTypeId
Getter for rateTypeId The rate type. -
setRateTypeId
Setter for rateTypeId The rate type. -
getTaxTypeId
Getter for taxTypeId The tax type. -
setTaxTypeId
Setter for taxTypeId The tax type. -
getTaxName
Getter for taxName The name of the tax. -
setTaxName
Setter for taxName The name of the tax. -
getUnitOfBasisId
Getter for unitOfBasisId The unit of basis. -
setUnitOfBasisId
Setter for unitOfBasisId The unit of basis. -
getRateTypeTaxTypeMappingId
Getter for rateTypeTaxTypeMappingId The rate type tax type mapping id. -
setRateTypeTaxTypeMappingId
Setter for rateTypeTaxTypeMappingId The rate type tax type mapping id. -
toString
Returns a JSON string representation of ComplianceTaxRateModel
-