Class Business

java.lang.Object
net.amcintosh.freshbooks.models.Business

public class Business extends Object
  • Constructor Details

    • Business

      public Business()
  • Method Details

    • getId

      public long getId()
      Unique id of the business.
      Returns:
    • getBusinessUUID

      public String getBusinessUUID()
      UUID of the business. FreshBooks will be moving from id to business_uuid in future API calls.
      Returns:
    • getName

      public String getName()
      Name of the business.
      Returns:
    • getAccountId

      public String getAccountId()
      Unique identifier of the accounting system the business is associated with.
      Returns:
      Accounting System Id
    • getDateFormat

      public String getDateFormat()
      Date format used by the business in FreshBooks.
      Returns:
      eg. "dd/mm/yyyy"
    • getAddress

      public Business.Address getAddress()
      Address of the business.
      Returns:
    • getPhoneNumber

      public Business.PhoneNumber getPhoneNumber()
      Phone number of the business.
      Returns: