Class CompanyAddress
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.CompanyAddress
-
public class CompanyAddress extends java.lang.ObjectCompany Address Information
-
-
Constructor Summary
Constructors Constructor Description CompanyAddress()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCity()Getter for city Cityjava.lang.StringgetCountry()Getter for country Name or ISO 3166 code identifying the country.java.lang.StringgetLine()Getter for line Address Line1java.lang.StringgetPostalCode()Getter for postalCode Postal Codejava.lang.StringgetRegion()Getter for region Name or ISO 3166 code identifying the region within the country.voidsetCity(java.lang.String value)Setter for city CityvoidsetCountry(java.lang.String value)Setter for country Name or ISO 3166 code identifying the country.voidsetLine(java.lang.String value)Setter for line Address Line1voidsetPostalCode(java.lang.String value)Setter for postalCode Postal CodevoidsetRegion(java.lang.String value)Setter for region Name or ISO 3166 code identifying the region within the country.java.lang.StringtoString()Returns a JSON string representation of CompanyAddress
-
-
-
Method Detail
-
getLine
public java.lang.String getLine()
Getter for line Address Line1
-
setLine
public void setLine(java.lang.String value)
Setter for line Address Line1
-
getCity
public java.lang.String getCity()
Getter for city City
-
setCity
public void setCity(java.lang.String value)
Setter for city City
-
getRegion
public java.lang.String 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
public void setRegion(java.lang.String value)
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
public java.lang.String 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
public void setCountry(java.lang.String value)
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
public java.lang.String getPostalCode()
Getter for postalCode Postal Code
-
setPostalCode
public void setPostalCode(java.lang.String value)
Setter for postalCode Postal Code
-
toString
public java.lang.String toString()
Returns a JSON string representation of CompanyAddress- Overrides:
toStringin classjava.lang.Object
-
-