Class ComplianceRateOptionModel
java.lang.Object
net.avalara.avatax.rest.client.models.ComplianceRateOptionModel
Model for RateOption.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for cityName CityGetter for componentRate The Component RateGetter for countyName CountyGetter for effDate Effective DateGetter for endDate End dateGetter for groupCode The Group CodeGetter for jurisName The name of the JurisdictionGetter for rateTypeCode The rate type of the rate.Getter for rateTypeCodeName The rate type description.Getter for reportLevel The report level.Getter for stackRate The Stack RateGetter for taxAuthorityId The id of the tax authority.Getter for taxRegionId The id of the tax region.Getter for taxRegionName The name of the tax region.Getter for taxSubTypeCode The Sub Type Code.Getter for taxSubTypeCodeName The name of Sub Type.Getter for taxTypeCode The Tax Type Code.Getter for taxTypeCodeName The name of the Tax Type Code.void
setCityName
(String value) Setter for cityName Cityvoid
setComponentRate
(BigDecimal value) Setter for componentRate The Component Ratevoid
setCountyName
(String value) Setter for countyName Countyvoid
setEffDate
(Date value) Setter for effDate Effective Datevoid
setEndDate
(Date value) Setter for endDate End datevoid
setGroupCode
(String value) Setter for groupCode The Group Codevoid
setJurisName
(String value) Setter for jurisName The name of the Jurisdictionvoid
setRateTypeCode
(String value) Setter for rateTypeCode The rate type of the rate.void
setRateTypeCodeName
(String value) Setter for rateTypeCodeName The rate type description.void
setReportLevel
(String value) Setter for reportLevel The report level.void
setStackRate
(BigDecimal value) Setter for stackRate The Stack Ratevoid
setTaxAuthorityId
(Integer value) Setter for taxAuthorityId The id of the tax authority.void
setTaxRegionId
(Integer value) Setter for taxRegionId The id of the tax region.void
setTaxRegionName
(String value) Setter for taxRegionName The name of the tax region.void
setTaxSubTypeCode
(String value) Setter for taxSubTypeCode The Sub Type Code.void
setTaxSubTypeCodeName
(String value) Setter for taxSubTypeCodeName The name of Sub Type.void
setTaxTypeCode
(String value) Setter for taxTypeCode The Tax Type Code.void
setTaxTypeCodeName
(String value) Setter for taxTypeCodeName The name of the Tax Type Code.toString()
Returns a JSON string representation of ComplianceRateOptionModel
-
Constructor Details
-
ComplianceRateOptionModel
public ComplianceRateOptionModel()
-
-
Method Details
-
getJurisName
Getter for jurisName The name of the Jurisdiction -
setJurisName
Setter for jurisName The name of the Jurisdiction -
getGroupCode
Getter for groupCode The Group Code -
setGroupCode
Setter for groupCode The Group Code -
getTaxRegionId
Getter for taxRegionId The id of the tax region. -
setTaxRegionId
Setter for taxRegionId The id of the tax region. -
getTaxRegionName
Getter for taxRegionName The name of the tax region. -
setTaxRegionName
Setter for taxRegionName The name of the tax region. -
getReportLevel
Getter for reportLevel The report level. -
setReportLevel
Setter for reportLevel The report level. -
getTaxTypeCode
Getter for taxTypeCode The Tax Type Code. -
setTaxTypeCode
Setter for taxTypeCode The Tax Type Code. -
getTaxTypeCodeName
Getter for taxTypeCodeName The name of the Tax Type Code. -
setTaxTypeCodeName
Setter for taxTypeCodeName The name of the Tax Type Code. -
getTaxSubTypeCode
Getter for taxSubTypeCode The Sub Type Code. -
setTaxSubTypeCode
Setter for taxSubTypeCode The Sub Type Code. -
getTaxSubTypeCodeName
Getter for taxSubTypeCodeName The name of Sub Type. -
setTaxSubTypeCodeName
Setter for taxSubTypeCodeName The name of Sub Type. -
getRateTypeCode
Getter for rateTypeCode The rate type of the rate. -
setRateTypeCode
Setter for rateTypeCode The rate type of the rate. -
getRateTypeCodeName
Getter for rateTypeCodeName The rate type description. -
setRateTypeCodeName
Setter for rateTypeCodeName The rate type description. -
getStackRate
Getter for stackRate The Stack Rate -
setStackRate
Setter for stackRate The Stack Rate -
getComponentRate
Getter for componentRate The Component Rate -
setComponentRate
Setter for componentRate The Component Rate -
getTaxAuthorityId
Getter for taxAuthorityId The id of the tax authority. -
setTaxAuthorityId
Setter for taxAuthorityId The id of the tax authority. -
getCityName
Getter for cityName City -
setCityName
Setter for cityName City -
getCountyName
Getter for countyName County -
setCountyName
Setter for countyName County -
getEffDate
Getter for effDate Effective Date -
setEffDate
Setter for effDate Effective Date -
getEndDate
Getter for endDate End date -
setEndDate
Setter for endDate End date -
toString
Returns a JSON string representation of ComplianceRateOptionModel
-