Class JurisdictionRateTypeTaxTypeMappingModel
java.lang.Object
net.avalara.avatax.rest.client.models.JurisdictionRateTypeTaxTypeMappingModel
public class JurisdictionRateTypeTaxTypeMappingModel
extends java.lang.Object
Represents a Jurisdiction with applicable TaxType, TaxSubType and RateType.
-
Constructor Summary
Constructors Constructor Description JurisdictionRateTypeTaxTypeMappingModel() -
Method Summary
Modifier and Type Method Description java.lang.StringgetCountry()Getter for country Name or ISO 3166 code identifying the country of this jurisdiction.java.util.DategetEffectiveDate()Getter for effectiveDate The date this jurisdiction starts to take effect on tax calculationsjava.util.DategetEndDate()Getter for endDate The date this jurisdiction stops to take effect on tax calculationsjava.lang.IntegergetId()Getter for id The unique ID number of this Jurisdiction RateType TaxType Mapping.java.lang.StringgetJurisdictionCode()Getter for jurisdictionCode Jurisdiction Codejava.lang.StringgetJurisdictionType()Getter for jurisdictionType Jurisdiction TypeIdjava.lang.StringgetLongName()Getter for longName Jurisdiction long namejava.lang.StringgetRateTypeId()Getter for rateTypeId Rate Type to which this jurisdiction is applicablejava.lang.StringgetState()Getter for state Name or ISO 3166 code identifying the region of this jurisdiction.java.lang.StringgetTaxSubTypeId()Getter for taxSubTypeId Tax Type to which this jurisdiction is applicablejava.lang.StringgetTaxTypeGroupId()Getter for taxTypeGroupId Tax Type Group to which this jurisdiction is applicablejava.lang.StringgetTaxTypeId()Getter for taxTypeId Tax Type to which this jurisdiction is applicablevoidsetCountry(java.lang.String value)Setter for country Name or ISO 3166 code identifying the country of this jurisdiction.voidsetEffectiveDate(java.util.Date value)Setter for effectiveDate The date this jurisdiction starts to take effect on tax calculationsvoidsetEndDate(java.util.Date value)Setter for endDate The date this jurisdiction stops to take effect on tax calculationsvoidsetId(java.lang.Integer value)Setter for id The unique ID number of this Jurisdiction RateType TaxType Mapping.voidsetJurisdictionCode(java.lang.String value)Setter for jurisdictionCode Jurisdiction CodevoidsetJurisdictionType(java.lang.String value)Setter for jurisdictionType Jurisdiction TypeIdvoidsetLongName(java.lang.String value)Setter for longName Jurisdiction long namevoidsetRateTypeId(java.lang.String value)Setter for rateTypeId Rate Type to which this jurisdiction is applicablevoidsetState(java.lang.String value)Setter for state Name or ISO 3166 code identifying the region of this jurisdiction.voidsetTaxSubTypeId(java.lang.String value)Setter for taxSubTypeId Tax Type to which this jurisdiction is applicablevoidsetTaxTypeGroupId(java.lang.String value)Setter for taxTypeGroupId Tax Type Group to which this jurisdiction is applicablevoidsetTaxTypeId(java.lang.String value)Setter for taxTypeId Tax Type to which this jurisdiction is applicablejava.lang.StringtoString()Returns a JSON string representation of JurisdictionRateTypeTaxTypeMappingModel
-
Constructor Details
-
JurisdictionRateTypeTaxTypeMappingModel
public JurisdictionRateTypeTaxTypeMappingModel()
-
-
Method Details
-
getId
public java.lang.Integer getId()Getter for id The unique ID number of this Jurisdiction RateType TaxType Mapping. -
setId
public void setId(java.lang.Integer value)Setter for id The unique ID number of this Jurisdiction RateType TaxType Mapping. -
getCountry
public java.lang.String 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
public void setCountry(java.lang.String value)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
public java.lang.String 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
public void setState(java.lang.String value)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
public java.lang.String getJurisdictionType()Getter for jurisdictionType Jurisdiction TypeId -
setJurisdictionType
public void setJurisdictionType(java.lang.String value)Setter for jurisdictionType Jurisdiction TypeId -
getJurisdictionCode
public java.lang.String getJurisdictionCode()Getter for jurisdictionCode Jurisdiction Code -
setJurisdictionCode
public void setJurisdictionCode(java.lang.String value)Setter for jurisdictionCode Jurisdiction Code -
getLongName
public java.lang.String getLongName()Getter for longName Jurisdiction long name -
setLongName
public void setLongName(java.lang.String value)Setter for longName Jurisdiction long name -
getTaxTypeId
public java.lang.String getTaxTypeId()Getter for taxTypeId Tax Type to which this jurisdiction is applicable -
setTaxTypeId
public void setTaxTypeId(java.lang.String value)Setter for taxTypeId Tax Type to which this jurisdiction is applicable -
getTaxSubTypeId
public java.lang.String getTaxSubTypeId()Getter for taxSubTypeId Tax Type to which this jurisdiction is applicable -
setTaxSubTypeId
public void setTaxSubTypeId(java.lang.String value)Setter for taxSubTypeId Tax Type to which this jurisdiction is applicable -
getTaxTypeGroupId
public java.lang.String getTaxTypeGroupId()Getter for taxTypeGroupId Tax Type Group to which this jurisdiction is applicable -
setTaxTypeGroupId
public void setTaxTypeGroupId(java.lang.String value)Setter for taxTypeGroupId Tax Type Group to which this jurisdiction is applicable -
getRateTypeId
public java.lang.String getRateTypeId()Getter for rateTypeId Rate Type to which this jurisdiction is applicable -
setRateTypeId
public void setRateTypeId(java.lang.String value)Setter for rateTypeId Rate Type to which this jurisdiction is applicable -
getEffectiveDate
public java.util.Date getEffectiveDate()Getter for effectiveDate The date this jurisdiction starts to take effect on tax calculations -
setEffectiveDate
public void setEffectiveDate(java.util.Date value)Setter for effectiveDate The date this jurisdiction starts to take effect on tax calculations -
getEndDate
public java.util.Date getEndDate()Getter for endDate The date this jurisdiction stops to take effect on tax calculations -
setEndDate
public void setEndDate(java.util.Date value)Setter for endDate The date this jurisdiction stops to take effect on tax calculations -
toString
public java.lang.String toString()Returns a JSON string representation of JurisdictionRateTypeTaxTypeMappingModel- Overrides:
toStringin classjava.lang.Object
-