Class TaxAuthorityModel

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

public class TaxAuthorityModel extends Object
Tax Authority Model
  • Constructor Details

    • TaxAuthorityModel

      public TaxAuthorityModel()
  • Method Details

    • getId

      public Integer getId()
      Getter for id The unique ID number of this tax authority.
    • setId

      public void setId(Integer value)
      Setter for id The unique ID number of this tax authority.
    • getName

      public String getName()
      Getter for name The friendly name of this tax authority.
    • setName

      public void setName(String value)
      Setter for name The friendly name of this tax authority.
    • getTaxAuthorityTypeId

      public Integer getTaxAuthorityTypeId()
      Getter for taxAuthorityTypeId The type of this tax authority.
    • setTaxAuthorityTypeId

      public void setTaxAuthorityTypeId(Integer value)
      Setter for taxAuthorityTypeId The type of this tax authority.
    • getJurisdictionId

      public Integer getJurisdictionId()
      Getter for jurisdictionId The unique ID number of the jurisdiction for this tax authority.
    • setJurisdictionId

      public void setJurisdictionId(Integer value)
      Setter for jurisdictionId The unique ID number of the jurisdiction for this tax authority.
    • toString

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