Class ValidatedAddressInfo
java.lang.Object
net.avalara.avatax.rest.client.models.ValidatedAddressInfo
Represents a validated address
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for addressType Address type code.getCity()
Getter for city City component of the addressGetter for country Name or ISO 3166 code identifying the country.Getter for latitude Geospatial latitude measurement, in Decimal Degrees floating point format.getLine1()
Getter for line1 First line of the street addressgetLine2()
Getter for line2 Second line of the street addressgetLine3()
Getter for line3 Third line of the street addressGetter for longitude Geospatial longitude measurement, in Decimal Degrees floating point format.Getter for postalCode Postal Code / Zip Code component of the address.Getter for region Name or ISO 3166 code identifying the region within the country.void
setAddressType
(String value) Setter for addressType Address type code.void
Setter for city City component of the addressvoid
setCountry
(String value) Setter for country Name or ISO 3166 code identifying the country.void
setLatitude
(BigDecimal value) Setter for latitude Geospatial latitude measurement, in Decimal Degrees floating point format.void
Setter for line1 First line of the street addressvoid
Setter for line2 Second line of the street addressvoid
Setter for line3 Third line of the street addressvoid
setLongitude
(BigDecimal value) Setter for longitude Geospatial longitude measurement, in Decimal Degrees floating point format.void
setPostalCode
(String value) Setter for postalCode Postal Code / Zip Code component of the address.void
Setter for region Name or ISO 3166 code identifying the region within the country.toString()
Returns a JSON string representation of ValidatedAddressInfo
-
Constructor Details
-
ValidatedAddressInfo
public ValidatedAddressInfo()
-
-
Method Details
-
getAddressType
Getter for addressType Address type code. One of: * Firm or company address * General Delivery address * High-rise or business complex * PO Box address * Rural route address * Street or residential address -
setAddressType
Setter for addressType Address type code. One of: * Firm or company address * General Delivery address * High-rise or business complex * PO Box address * Rural route address * Street or residential address -
getLine1
Getter for line1 First line of the street address -
setLine1
Setter for line1 First line of the street address -
getLine2
Getter for line2 Second line of the street address -
setLine2
Setter for line2 Second line of the street address -
getLine3
Getter for line3 Third line of the street address -
setLine3
Setter for line3 Third line of the street address -
getCity
Getter for city City component of the address -
setCity
Setter for city City component of the address -
getRegion
Getter for region Name or ISO 3166 code identifying the region within the country. This field supports many different region identifiers: * Two and three character ISO 3166 region codes * Fully spelled out names of the region in ISO supported languages * Common alternative spellings for many regions For a full list of all supported codes and names, please see the Definitions API `ListRegions`. -
setRegion
Setter for region Name or ISO 3166 code identifying the region within the country. This field supports many different region identifiers: * Two and three character ISO 3166 region codes * Fully spelled out names of the region in ISO supported languages * Common alternative spellings for many regions For a full list of all supported codes and names, please see the Definitions API `ListRegions`. -
getCountry
Getter for country Name or ISO 3166 code identifying the country. This field supports many different country identifiers: * Two character ISO 3166 codes * Three character ISO 3166 codes * Fully spelled out names of the country in ISO supported languages * Common alternative spellings for many countries For a full list of all supported codes and names, please see the Definitions API `ListCountries`. -
setCountry
Setter for country Name or ISO 3166 code identifying the country. This field supports many different country identifiers: * Two character ISO 3166 codes * Three character ISO 3166 codes * Fully spelled out names of the country in ISO supported languages * Common alternative spellings for many countries For a full list of all supported codes and names, please see the Definitions API `ListCountries`. -
getPostalCode
Getter for postalCode Postal Code / Zip Code component of the address. -
setPostalCode
Setter for postalCode Postal Code / Zip Code component of the address. -
getLatitude
Getter for latitude Geospatial latitude measurement, in Decimal Degrees floating point format. -
setLatitude
Setter for latitude Geospatial latitude measurement, in Decimal Degrees floating point format. -
getLongitude
Getter for longitude Geospatial longitude measurement, in Decimal Degrees floating point format. -
setLongitude
Setter for longitude Geospatial longitude measurement, in Decimal Degrees floating point format. -
toString
Returns a JSON string representation of ValidatedAddressInfo
-