Class TaxAuthorityInfo
java.lang.Object
net.avalara.avatax.rest.client.models.TaxAuthorityInfo
Information about a tax authority relevant for an address.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for avalaraId A unique ID number assigned by Avalara to this tax authority.Getter for jurisdictionName The friendly jurisdiction name for this tax authority.Getter for jurisdictionType The type of jurisdiction referenced by this tax authority.Getter for signatureCode An Avalara-assigned signature code for this tax authority.void
setAvalaraId
(String value) Setter for avalaraId A unique ID number assigned by Avalara to this tax authority.void
setJurisdictionName
(String value) Setter for jurisdictionName The friendly jurisdiction name for this tax authority.void
Setter for jurisdictionType The type of jurisdiction referenced by this tax authority.void
setSignatureCode
(String value) Setter for signatureCode An Avalara-assigned signature code for this tax authority.toString()
Returns a JSON string representation of TaxAuthorityInfo
-
Constructor Details
-
TaxAuthorityInfo
public TaxAuthorityInfo()
-
-
Method Details
-
getAvalaraId
Getter for avalaraId A unique ID number assigned by Avalara to this tax authority. -
setAvalaraId
Setter for avalaraId A unique ID number assigned by Avalara to this tax authority. -
getJurisdictionName
Getter for jurisdictionName The friendly jurisdiction name for this tax authority. -
setJurisdictionName
Setter for jurisdictionName The friendly jurisdiction name for this tax authority. -
getJurisdictionType
Getter for jurisdictionType The type of jurisdiction referenced by this tax authority. -
setJurisdictionType
Setter for jurisdictionType The type of jurisdiction referenced by this tax authority. -
getSignatureCode
Getter for signatureCode An Avalara-assigned signature code for this tax authority. -
setSignatureCode
Setter for signatureCode An Avalara-assigned signature code for this tax authority. -
toString
Returns a JSON string representation of TaxAuthorityInfo
-