Class Business.Address

java.lang.Object
net.amcintosh.freshbooks.models.Business.Address
Enclosing class:
Business

public static class Business.Address extends Object
Address object
  • Constructor Details

    • Address

      public Address()
  • Method Details

    • getId

      public long getId()
      Unique id of this Address.
      Returns:
    • getStreet

      public String getStreet()
      Street address of business.
      Returns:
      The street address.
    • getCity

      public String getCity()
      City for address of business.
      Returns:
    • getProvince

      public String getProvince()
      Province/state for address of business.
      Returns:
    • getCountry

      public String getCountry()
      Country for address of business.
      Returns:
    • getPostalCode

      public String getPostalCode()
      Postal/ZIP code for address of business.
      Returns: