Class ExposureZoneModel

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

public class ExposureZoneModel extends Object
Information about a physical area or zone in which a certificate can apply. An exposure zone for an exemption certificate will generally be a tax authority such as a state, country, or local government entity.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Getter for companyId The unique ID number of the AvaTax company that recorded this customer.
    Getter for country Two character ISO 3166 county code for the country component of this exposure zone.
    Getter for created The date when this record was created.
    Getter for description A more complete description of this exposure zone, suitable for use as a tooltip or help text.
    Getter for id A unique ID number representing this exposure zone.
    Getter for modified The date/time when this record was last modified.
    Getter for name The short name of this exposure zone, suitable for use in a drop-down list.
    Getter for region Two or three character ISO 3166 region, province, or state name of this exposure zone.
    Getter for tag A tag indicating
    void
    Setter for companyId The unique ID number of the AvaTax company that recorded this customer.
    void
    Setter for country Two character ISO 3166 county code for the country component of this exposure zone.
    void
    Setter for created The date when this record was created.
    void
    Setter for description A more complete description of this exposure zone, suitable for use as a tooltip or help text.
    void
    setId(Integer value)
    Setter for id A unique ID number representing this exposure zone.
    void
    Setter for modified The date/time when this record was last modified.
    void
    setName(String value)
    Setter for name The short name of this exposure zone, suitable for use in a drop-down list.
    void
    Setter for region Two or three character ISO 3166 region, province, or state name of this exposure zone.
    void
    setTag(String value)
    Setter for tag A tag indicating
    Returns a JSON string representation of ExposureZoneModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ExposureZoneModel

      public ExposureZoneModel()
  • Method Details

    • getId

      public Integer getId()
      Getter for id A unique ID number representing this exposure zone.
    • setId

      public void setId(Integer value)
      Setter for id A unique ID number representing this exposure zone.
    • getCompanyId

      public Integer getCompanyId()
      Getter for companyId The unique ID number of the AvaTax company that recorded this customer.
    • setCompanyId

      public void setCompanyId(Integer value)
      Setter for companyId The unique ID number of the AvaTax company that recorded this customer.
    • getName

      public String getName()
      Getter for name The short name of this exposure zone, suitable for use in a drop-down list.
    • setName

      public void setName(String value)
      Setter for name The short name of this exposure zone, suitable for use in a drop-down list.
    • getTag

      public String getTag()
      Getter for tag A tag indicating
    • setTag

      public void setTag(String value)
      Setter for tag A tag indicating
    • getDescription

      public String getDescription()
      Getter for description A more complete description of this exposure zone, suitable for use as a tooltip or help text.
    • setDescription

      public void setDescription(String value)
      Setter for description A more complete description of this exposure zone, suitable for use as a tooltip or help text.
    • getCreated

      public Date getCreated()
      Getter for created The date when this record was created.
    • setCreated

      public void setCreated(Date value)
      Setter for created The date when this record was created.
    • getModified

      public Date getModified()
      Getter for modified The date/time when this record was last modified.
    • setModified

      public void setModified(Date value)
      Setter for modified The date/time when this record was last modified.
    • getRegion

      public String getRegion()
      Getter for region Two or three character ISO 3166 region, province, or state name of this exposure zone.
    • setRegion

      public void setRegion(String value)
      Setter for region Two or three character ISO 3166 region, province, or state name of this exposure zone.
    • getCountry

      public String getCountry()
      Getter for country Two character ISO 3166 county code for the country component of this exposure zone.
    • setCountry

      public void setCountry(String value)
      Setter for country Two character ISO 3166 county code for the country component of this exposure zone.
    • toString

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