Class ComplianceAggregatedTaxRateModel
java.lang.Object
net.avalara.avatax.rest.client.models.ComplianceAggregatedTaxRateModel
A model for aggregated rates.
-
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.getRate()
Getter for rate The compontent rate.Getter for rateTypeId The rate type of the rate.Getter for stackRate The stack rate based on the aggregation method.Getter for taxTypeId The tax type of the rate.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
setRate
(BigDecimal value) Setter for rate The compontent rate.void
setRateTypeId
(String value) Setter for rateTypeId The rate type of the rate.void
setStackRate
(BigDecimal value) Setter for stackRate The stack rate based on the aggregation method.void
setTaxTypeId
(String value) Setter for taxTypeId The tax type of the rate.toString()
Returns a JSON string representation of ComplianceAggregatedTaxRateModel
-
Constructor Details
-
ComplianceAggregatedTaxRateModel
public ComplianceAggregatedTaxRateModel()
-
-
Method Details
-
getRate
Getter for rate The compontent rate. -
setRate
Setter for rate The compontent rate. -
getStackRate
Getter for stackRate The stack rate based on the aggregation method. -
setStackRate
Setter for stackRate The stack rate based on the aggregation method. -
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. -
getTaxTypeId
Getter for taxTypeId The tax type of the rate. -
setTaxTypeId
Setter for taxTypeId The tax type of the rate. -
getRateTypeId
Getter for rateTypeId The rate type of the rate. -
setRateTypeId
Setter for rateTypeId The rate type of the rate. -
toString
Returns a JSON string representation of ComplianceAggregatedTaxRateModel
-