Class ExposureZoneModel
java.lang.Object
net.avalara.avatax.rest.client.models.ExposureZoneModel
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 -
Method Summary
Modifier and TypeMethodDescriptionGetter 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.getId()
Getter for id A unique ID number representing this exposure zone.Getter for modified The date/time when this record was last modified.getName()
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.getTag()
Getter for tag A tag indicatingvoid
setCompanyId
(Integer value) Setter for companyId The unique ID number of the AvaTax company that recorded this customer.void
setCountry
(String value) Setter for country Two character ISO 3166 county code for the country component of this exposure zone.void
setCreated
(Date value) Setter for created The date when this record was created.void
setDescription
(String value) Setter for description A more complete description of this exposure zone, suitable for use as a tooltip or help text.void
Setter for id A unique ID number representing this exposure zone.void
setModified
(Date value) Setter for modified The date/time when this record was last modified.void
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
Setter for tag A tag indicatingtoString()
Returns a JSON string representation of ExposureZoneModel
-
Constructor Details
-
ExposureZoneModel
public ExposureZoneModel()
-
-
Method Details
-
getId
Getter for id A unique ID number representing this exposure zone. -
setId
Setter for id A unique ID number representing this exposure zone. -
getCompanyId
Getter for companyId The unique ID number of the AvaTax company that recorded this customer. -
setCompanyId
Setter for companyId The unique ID number of the AvaTax company that recorded this customer. -
getName
Getter for name The short name of this exposure zone, suitable for use in a drop-down list. -
setName
Setter for name The short name of this exposure zone, suitable for use in a drop-down list. -
getTag
Getter for tag A tag indicating -
setTag
Setter for tag A tag indicating -
getDescription
Getter for description A more complete description of this exposure zone, suitable for use as a tooltip or help text. -
setDescription
Setter for description A more complete description of this exposure zone, suitable for use as a tooltip or help text. -
getCreated
Getter for created The date when this record was created. -
setCreated
Setter for created The date when this record was created. -
getModified
Getter for modified The date/time when this record was last modified. -
setModified
Setter for modified The date/time when this record was last modified. -
getRegion
Getter for region Two or three character ISO 3166 region, province, or state name of this exposure zone. -
setRegion
Setter for region Two or three character ISO 3166 region, province, or state name of this exposure zone. -
getCountry
Getter for country Two character ISO 3166 county code for the country component of this exposure zone. -
setCountry
Setter for country Two character ISO 3166 county code for the country component of this exposure zone. -
toString
Returns a JSON string representation of ExposureZoneModel
-