Class CompanyAddress
java.lang.Object
net.avalara.avatax.rest.client.models.CompanyAddress
Company Address Information
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCity()
Getter for city CityGetter for country Name or ISO 3166 code identifying the country.getLine()
Getter for line Address Line1Getter for postalCode Postal CodeGetter for region Name or ISO 3166 code identifying the region within the country.void
Setter for city Cityvoid
setCountry
(String value) Setter for country Name or ISO 3166 code identifying the country.void
Setter for line Address Line1void
setPostalCode
(String value) Setter for postalCode Postal Codevoid
Setter for region Name or ISO 3166 code identifying the region within the country.toString()
Returns a JSON string representation of CompanyAddress
-
Constructor Details
-
CompanyAddress
public CompanyAddress()
-
-
Method Details
-
getLine
Getter for line Address Line1 -
setLine
Setter for line Address Line1 -
getCity
Getter for city City -
setCity
Setter for city City -
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 -
setPostalCode
Setter for postalCode Postal Code -
toString
Returns a JSON string representation of CompanyAddress
-