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.voidsetEffectiveDate(Date value) Setter for effectiveDate The date this rate is starts to take effect.voidsetEndDate(Date value) Setter for endDate The date this rate is no longer active.voidSetter for id The unique id of the rate.voidsetJurisdictionId(Integer value) Setter for jurisdictionId The id of the jurisdiction.voidsetRate(BigDecimal value) Setter for rate The tax rate.voidsetRateTypeId(String value) Setter for rateTypeId The rate type.voidSetter for rateTypeTaxTypeMappingId The rate type tax type mapping id.voidsetTaxName(String value) Setter for taxName The name of the tax.voidsetTaxRegionId(Integer value) Setter for taxRegionId The id of the tax region.voidsetTaxTypeId(String value) Setter for taxTypeId The tax type.voidsetUnitOfBasisId(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
-