Class TaxAuthorityInfo


  • public class TaxAuthorityInfo
    extends java.lang.Object
    Information about a tax authority relevant for an address.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAvalaraId()
      Getter for avalaraId A unique ID number assigned by Avalara to this tax authority.
      java.lang.String getJurisdictionName()
      Getter for jurisdictionName The friendly jurisdiction name for this tax authority.
      JurisdictionType getJurisdictionType()
      Getter for jurisdictionType The type of jurisdiction referenced by this tax authority.
      java.lang.String getSignatureCode()
      Getter for signatureCode An Avalara-assigned signature code for this tax authority.
      void setAvalaraId​(java.lang.String value)
      Setter for avalaraId A unique ID number assigned by Avalara to this tax authority.
      void setJurisdictionName​(java.lang.String value)
      Setter for jurisdictionName The friendly jurisdiction name for this tax authority.
      void setJurisdictionType​(JurisdictionType value)
      Setter for jurisdictionType The type of jurisdiction referenced by this tax authority.
      void setSignatureCode​(java.lang.String value)
      Setter for signatureCode An Avalara-assigned signature code for this tax authority.
      java.lang.String toString()
      Returns a JSON string representation of TaxAuthorityInfo
      • Methods inherited from class java.lang.Object

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

      • TaxAuthorityInfo

        public TaxAuthorityInfo()
    • Method Detail

      • getAvalaraId

        public java.lang.String getAvalaraId()
        Getter for avalaraId A unique ID number assigned by Avalara to this tax authority.
      • setAvalaraId

        public void setAvalaraId​(java.lang.String value)
        Setter for avalaraId A unique ID number assigned by Avalara to this tax authority.
      • getJurisdictionName

        public java.lang.String getJurisdictionName()
        Getter for jurisdictionName The friendly jurisdiction name for this tax authority.
      • setJurisdictionName

        public void setJurisdictionName​(java.lang.String value)
        Setter for jurisdictionName The friendly jurisdiction name for this tax authority.
      • getJurisdictionType

        public JurisdictionType getJurisdictionType()
        Getter for jurisdictionType The type of jurisdiction referenced by this tax authority.
      • setJurisdictionType

        public void setJurisdictionType​(JurisdictionType value)
        Setter for jurisdictionType The type of jurisdiction referenced by this tax authority.
      • getSignatureCode

        public java.lang.String getSignatureCode()
        Getter for signatureCode An Avalara-assigned signature code for this tax authority.
      • setSignatureCode

        public void setSignatureCode​(java.lang.String value)
        Setter for signatureCode An Avalara-assigned signature code for this tax authority.
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of TaxAuthorityInfo
        Overrides:
        toString in class java.lang.Object