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.String getCountry()
    Getter for country Name or ISO 3166 code identifying the country of this jurisdiction.
    java.util.Date getEffectiveDate()
    Getter for effectiveDate The date this jurisdiction starts to take effect on tax calculations
    java.util.Date getEndDate()
    Getter for endDate The date this jurisdiction stops to take effect on tax calculations
    java.lang.Integer getId()
    Getter for id The unique ID number of this Jurisdiction RateType TaxType Mapping.
    java.lang.String getJurisdictionCode()
    Getter for jurisdictionCode Jurisdiction Code
    java.lang.String getJurisdictionType()
    Getter for jurisdictionType Jurisdiction TypeId
    java.lang.String getLongName()
    Getter for longName Jurisdiction long name
    java.lang.String getRateTypeId()
    Getter for rateTypeId Rate Type to which this jurisdiction is applicable
    java.lang.String getState()
    Getter for state Name or ISO 3166 code identifying the region of this jurisdiction.
    java.lang.String getTaxSubTypeId()
    Getter for taxSubTypeId Tax Type to which this jurisdiction is applicable
    java.lang.String getTaxTypeGroupId()
    Getter for taxTypeGroupId Tax Type Group to which this jurisdiction is applicable
    java.lang.String getTaxTypeId()
    Getter for taxTypeId Tax Type to which this jurisdiction is applicable
    void setCountry​(java.lang.String value)
    Setter for country Name or ISO 3166 code identifying the country of this jurisdiction.
    void setEffectiveDate​(java.util.Date value)
    Setter for effectiveDate The date this jurisdiction starts to take effect on tax calculations
    void setEndDate​(java.util.Date value)
    Setter for endDate The date this jurisdiction stops to take effect on tax calculations
    void setId​(java.lang.Integer value)
    Setter for id The unique ID number of this Jurisdiction RateType TaxType Mapping.
    void setJurisdictionCode​(java.lang.String value)
    Setter for jurisdictionCode Jurisdiction Code
    void setJurisdictionType​(java.lang.String value)
    Setter for jurisdictionType Jurisdiction TypeId
    void setLongName​(java.lang.String value)
    Setter for longName Jurisdiction long name
    void setRateTypeId​(java.lang.String value)
    Setter for rateTypeId Rate Type to which this jurisdiction is applicable
    void setState​(java.lang.String value)
    Setter for state Name or ISO 3166 code identifying the region of this jurisdiction.
    void setTaxSubTypeId​(java.lang.String value)
    Setter for taxSubTypeId Tax Type to which this jurisdiction is applicable
    void setTaxTypeGroupId​(java.lang.String value)
    Setter for taxTypeGroupId Tax Type Group to which this jurisdiction is applicable
    void setTaxTypeId​(java.lang.String value)
    Setter for taxTypeId Tax Type to which this jurisdiction is applicable
    java.lang.String toString()
    Returns a JSON string representation of JurisdictionRateTypeTaxTypeMappingModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • 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:
      toString in class java.lang.Object