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 createDate The date this rate was created.Getter for currencyCode The currency Code.Getter 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.Getter for modifiedDate The date this rate was modified.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 source The Source.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.getUomId()
Getter for uomId The uom Id.void
setCreateDate
(Date value) Setter for createDate The date this rate was created.void
setCurrencyCode
(String value) Setter for currencyCode The currency Code.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
setModifiedDate
(Date value) Setter for modifiedDate The date this rate was modified.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
Setter for source The Source.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.void
Setter for uomId The uom Id.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. -
getCreateDate
Getter for createDate The date this rate was created. -
setCreateDate
Setter for createDate The date this rate was created. -
getSource
Getter for source The Source. -
setSource
Setter for source The Source. -
getCurrencyCode
Getter for currencyCode The currency Code. -
setCurrencyCode
Setter for currencyCode The currency Code. -
getUomId
Getter for uomId The uom Id. -
setUomId
Setter for uomId The uom Id. -
getModifiedDate
Getter for modifiedDate The date this rate was modified. -
setModifiedDate
Setter for modifiedDate The date this rate was modified. -
toString
Returns a JSON string representation of ComplianceTaxRateModel
-