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.voidsetCityName(String value) Setter for cityName CityvoidsetComponentRate(BigDecimal value) Setter for componentRate The Component RatevoidsetCountyName(String value) Setter for countyName CountyvoidsetEffDate(Date value) Setter for effDate Effective DatevoidsetEndDate(Date value) Setter for endDate End datevoidsetGroupCode(String value) Setter for groupCode The Group CodevoidsetJurisName(String value) Setter for jurisName The name of the JurisdictionvoidsetRateTypeCode(String value) Setter for rateTypeCode The rate type of the rate.voidsetRateTypeCodeName(String value) Setter for rateTypeCodeName The rate type description.voidsetReportLevel(String value) Setter for reportLevel The report level.voidsetStackRate(BigDecimal value) Setter for stackRate The Stack RatevoidsetTaxAuthorityId(Integer value) Setter for taxAuthorityId The id of the tax authority.voidsetTaxRegionId(Integer value) Setter for taxRegionId The id of the tax region.voidsetTaxRegionName(String value) Setter for taxRegionName The name of the tax region.voidsetTaxSubTypeCode(String value) Setter for taxSubTypeCode The Sub Type Code.voidsetTaxSubTypeCodeName(String value) Setter for taxSubTypeCodeName The name of Sub Type.voidsetTaxTypeCode(String value) Setter for taxTypeCode The Tax Type Code.voidsetTaxTypeCodeName(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
-