Class CompanyAddress

java.lang.Object
net.avalara.avatax.rest.client.models.CompanyAddress

public class CompanyAddress extends Object
Company Address Information
  • Constructor Details

    • CompanyAddress

      public CompanyAddress()
  • Method Details

    • getLine

      public String getLine()
      Getter for line Address Line1
    • setLine

      public void setLine(String value)
      Setter for line Address Line1
    • getCity

      public String getCity()
      Getter for city City
    • setCity

      public void setCity(String value)
      Setter for city City
    • getRegion

      public 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(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 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(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 String getPostalCode()
      Getter for postalCode Postal Code
    • setPostalCode

      public void setPostalCode(String value)
      Setter for postalCode Postal Code
    • toString

      public String toString()
      Returns a JSON string representation of CompanyAddress
      Overrides:
      toString in class Object