Class JurisdictionRateTypeTaxTypeMappingModel
java.lang.Object
net.avalara.avatax.rest.client.models.JurisdictionRateTypeTaxTypeMappingModel
Represents a Jurisdiction with applicable TaxType, TaxSubType and RateType.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for country Name or ISO 3166 code identifying the country of this jurisdiction.Getter for effectiveDate The date this jurisdiction starts to take effect on tax calculationsGetter for endDate The date this jurisdiction stops to take effect on tax calculationsgetId()Getter for id The unique ID number of this Jurisdiction RateType TaxType Mapping.Getter for jurisdictionCode Jurisdiction CodeGetter for jurisdictionType Jurisdiction TypeIdGetter for longName Jurisdiction long nameGetter for rateTypeId Rate Type to which this jurisdiction is applicablegetState()Getter for state Name or ISO 3166 code identifying the region of this jurisdiction.Getter for stateFips StateFips value of this jurisdictionGetter for taxSubTypeId Tax Type to which this jurisdiction is applicableGetter for taxTypeGroupId Tax Type Group to which this jurisdiction is applicableGetter for taxTypeId Tax Type to which this jurisdiction is applicablevoidsetCountry(String value) Setter for country Name or ISO 3166 code identifying the country of this jurisdiction.voidsetEffectiveDate(Date value) Setter for effectiveDate The date this jurisdiction starts to take effect on tax calculationsvoidsetEndDate(Date value) Setter for endDate The date this jurisdiction stops to take effect on tax calculationsvoidSetter for id The unique ID number of this Jurisdiction RateType TaxType Mapping.voidsetJurisdictionCode(String value) Setter for jurisdictionCode Jurisdiction CodevoidsetJurisdictionType(String value) Setter for jurisdictionType Jurisdiction TypeIdvoidsetLongName(String value) Setter for longName Jurisdiction long namevoidsetRateTypeId(String value) Setter for rateTypeId Rate Type to which this jurisdiction is applicablevoidSetter for state Name or ISO 3166 code identifying the region of this jurisdiction.voidsetStateFips(String value) Setter for stateFips StateFips value of this jurisdictionvoidsetTaxSubTypeId(String value) Setter for taxSubTypeId Tax Type to which this jurisdiction is applicablevoidsetTaxTypeGroupId(String value) Setter for taxTypeGroupId Tax Type Group to which this jurisdiction is applicablevoidsetTaxTypeId(String value) Setter for taxTypeId Tax Type to which this jurisdiction is applicabletoString()Returns a JSON string representation of JurisdictionRateTypeTaxTypeMappingModel
-
Constructor Details
-
JurisdictionRateTypeTaxTypeMappingModel
public JurisdictionRateTypeTaxTypeMappingModel()
-
-
Method Details
-
getId
Getter for id The unique ID number of this Jurisdiction RateType TaxType Mapping. -
setId
Setter for id The unique ID number of this Jurisdiction RateType TaxType Mapping. -
getCountry
Getter for country Name or ISO 3166 code identifying the country of this jurisdiction. This field supports many different country identifiers: * Two character ISO 3166 codes * Three character ISO 3166 codes * Fully spelled out names of the country in ISO supported languages * Common alternative spellings for many countries For a full list of all supported codes and names, please see the Definitions API `ListCountries`. -
setCountry
Setter for country Name or ISO 3166 code identifying the country of this jurisdiction. This field supports many different country identifiers: * Two character ISO 3166 codes * Three character ISO 3166 codes * Fully spelled out names of the country in ISO supported languages * Common alternative spellings for many countries For a full list of all supported codes and names, please see the Definitions API `ListCountries`. -
getState
Getter for state Name or ISO 3166 code identifying the region of this jurisdiction. This field supports many different region identifiers: * Two and three character ISO 3166 region codes * Fully spelled out names of the region in ISO supported languages * Common alternative spellings for many regions For a full list of all supported codes and names, please see the Definitions API `ListRegions`. -
setState
Setter for state Name or ISO 3166 code identifying the region of this jurisdiction. This field supports many different region identifiers: * Two and three character ISO 3166 region codes * Fully spelled out names of the region in ISO supported languages * Common alternative spellings for many regions For a full list of all supported codes and names, please see the Definitions API `ListRegions`. -
getJurisdictionType
Getter for jurisdictionType Jurisdiction TypeId -
setJurisdictionType
Setter for jurisdictionType Jurisdiction TypeId -
getJurisdictionCode
Getter for jurisdictionCode Jurisdiction Code -
setJurisdictionCode
Setter for jurisdictionCode Jurisdiction Code -
getLongName
Getter for longName Jurisdiction long name -
setLongName
Setter for longName Jurisdiction long name -
getTaxTypeId
Getter for taxTypeId Tax Type to which this jurisdiction is applicable -
setTaxTypeId
Setter for taxTypeId Tax Type to which this jurisdiction is applicable -
getTaxSubTypeId
Getter for taxSubTypeId Tax Type to which this jurisdiction is applicable -
setTaxSubTypeId
Setter for taxSubTypeId Tax Type to which this jurisdiction is applicable -
getTaxTypeGroupId
Getter for taxTypeGroupId Tax Type Group to which this jurisdiction is applicable -
setTaxTypeGroupId
Setter for taxTypeGroupId Tax Type Group to which this jurisdiction is applicable -
getRateTypeId
Getter for rateTypeId Rate Type to which this jurisdiction is applicable -
setRateTypeId
Setter for rateTypeId Rate Type to which this jurisdiction is applicable -
getStateFips
Getter for stateFips StateFips value of this jurisdiction -
setStateFips
Setter for stateFips StateFips value of this jurisdiction -
getEffectiveDate
Getter for effectiveDate The date this jurisdiction starts to take effect on tax calculations -
setEffectiveDate
Setter for effectiveDate The date this jurisdiction starts to take effect on tax calculations -
getEndDate
Getter for endDate The date this jurisdiction stops to take effect on tax calculations -
setEndDate
Setter for endDate The date this jurisdiction stops to take effect on tax calculations -
toString
Returns a JSON string representation of JurisdictionRateTypeTaxTypeMappingModel
-