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 City
    java.lang.String getCountry()
    Getter for country Name or ISO 3166 code identifying the country.
    java.lang.String getLine()
    Getter for line Address Line1
    java.lang.String getPostalCode()
    Getter for postalCode Postal Code
    java.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 City
    void 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 Line1
    void setPostalCode​(java.lang.String value)
    Setter for postalCode Postal Code
    void 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • 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 class java.lang.Object