Categories are a means of grouping together several accounts of the same type. This is useful for further subividing the financial reports beyond the classifications defined by IFRS.
name: The name of the categorytype: The category type must be one of the account types defined in Account. (See Accounts).entity: The Entity associated with the category. Defaults to the entity of the logged in user.accounts: All the accounts belonging to the category.$category->getAccountBalances($startDate, $endDate): Retrieve an array of the balances of the accounts belonging to the category.$category->attributes(): Presents the category’s attributes as an object. Useful for debugging.$category->toString(): The string representation of the Category object instance.