Class TaxAuthorityInfo

java.lang.Object
net.avalara.avatax.rest.client.models.TaxAuthorityInfo

public class TaxAuthorityInfo extends Object
Information about a tax authority relevant for an address.
  • Constructor Details

    • TaxAuthorityInfo

      public TaxAuthorityInfo()
  • Method Details

    • getAvalaraId

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

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

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

      public void setJurisdictionName(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 String getSignatureCode()
      Getter for signatureCode An Avalara-assigned signature code for this tax authority.
    • setSignatureCode

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

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