Class TaxAuthorityInfo
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.TaxAuthorityInfo
-
public class TaxAuthorityInfo extends java.lang.ObjectInformation 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.StringgetAvalaraId()Getter for avalaraId A unique ID number assigned by Avalara to this tax authority.java.lang.StringgetJurisdictionName()Getter for jurisdictionName The friendly jurisdiction name for this tax authority.JurisdictionTypegetJurisdictionType()Getter for jurisdictionType The type of jurisdiction referenced by this tax authority.java.lang.StringgetSignatureCode()Getter for signatureCode An Avalara-assigned signature code for this tax authority.voidsetAvalaraId(java.lang.String value)Setter for avalaraId A unique ID number assigned by Avalara to this tax authority.voidsetJurisdictionName(java.lang.String value)Setter for jurisdictionName The friendly jurisdiction name for this tax authority.voidsetJurisdictionType(JurisdictionType value)Setter for jurisdictionType The type of jurisdiction referenced by this tax authority.voidsetSignatureCode(java.lang.String value)Setter for signatureCode An Avalara-assigned signature code for this tax authority.java.lang.StringtoString()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:
toStringin classjava.lang.Object
-
-