Class TaxAuthorityModel
java.lang.Object
net.avalara.avatax.rest.client.models.TaxAuthorityModel
Tax Authority Model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Getter for id The unique ID number of this tax authority.Getter for jurisdictionId The unique ID number of the jurisdiction for this tax authority.getName()
Getter for name The friendly name of this tax authority.Getter for taxAuthorityTypeId The type of this tax authority.void
Setter for id The unique ID number of this tax authority.void
setJurisdictionId
(Integer value) Setter for jurisdictionId The unique ID number of the jurisdiction for this tax authority.void
Setter for name The friendly name of this tax authority.void
setTaxAuthorityTypeId
(Integer value) Setter for taxAuthorityTypeId The type of this tax authority.toString()
Returns a JSON string representation of TaxAuthorityModel
-
Constructor Details
-
TaxAuthorityModel
public TaxAuthorityModel()
-
-
Method Details
-
getId
Getter for id The unique ID number of this tax authority. -
setId
Setter for id The unique ID number of this tax authority. -
getName
Getter for name The friendly name of this tax authority. -
setName
Setter for name The friendly name of this tax authority. -
getTaxAuthorityTypeId
Getter for taxAuthorityTypeId The type of this tax authority. -
setTaxAuthorityTypeId
Setter for taxAuthorityTypeId The type of this tax authority. -
getJurisdictionId
Getter for jurisdictionId The unique ID number of the jurisdiction for this tax authority. -
setJurisdictionId
Setter for jurisdictionId The unique ID number of the jurisdiction for this tax authority. -
toString
Returns a JSON string representation of TaxAuthorityModel
-