Class CompanyAddress
java.lang.Object
net.avalara.avatax.rest.client.models.CompanyAddress
public class CompanyAddress
extends java.lang.Object
Company Address Information
-
Constructor Summary
Constructors Constructor Description CompanyAddress()
-
Method Summary
Modifier and Type Method Description java.lang.String
getCity()
Getter for city Cityjava.lang.String
getCountry()
Getter for country Name or ISO 3166 code identifying the country.java.lang.String
getLine()
Getter for line Address Line1java.lang.String
getPostalCode()
Getter for postalCode Postal Codejava.lang.String
getRegion()
Getter for region Name or ISO 3166 code identifying the region within the country.void
setCity(java.lang.String value)
Setter for city Cityvoid
setCountry(java.lang.String value)
Setter for country Name or ISO 3166 code identifying the country.void
setLine(java.lang.String value)
Setter for line Address Line1void
setPostalCode(java.lang.String value)
Setter for postalCode Postal Codevoid
setRegion(java.lang.String value)
Setter for region Name or ISO 3166 code identifying the region within the country.java.lang.String
toString()
Returns a JSON string representation of CompanyAddress
-
Constructor Details
-
CompanyAddress
public CompanyAddress()
-
-
Method Details
-
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:
toString
in classjava.lang.Object
-