Class TaxAuthorityInfo
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.TaxAuthorityInfo
-
public class TaxAuthorityInfo extends java.lang.Object
Information about a tax authority relevant for an address.
-
-
Constructor Summary
Constructors Constructor Description TaxAuthorityInfo()
-
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
-
-
-
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 classjava.lang.Object
-
-