BexioApiClient.Accounting.AccountGroup (bexio_api_client v0.6.4)

Bexio Account Group Module.

Link to this section Summary

Types

t()

Bexio Account Group

Link to this section Types

@type t() :: %BexioApiClient.Accounting.AccountGroup{
  account_no: String.t(),
  active?: boolean(),
  id: integer(),
  locked?: boolean(),
  name: String.t(),
  parent_fibu_account_group_id: integer()
}

Bexio Account Group

fields

Fields:

  • :id - automatic id given by bexio
  • :account_no - No of the account group (probably also not integer)
  • :name - Name of the account
  • :parent_fibu_account_group_id - The id of the parent account group, references an account group
  • :active? - Whether the account group is active. If the account group is inactive, accounts in this account group can not be used for new bookings.
  • :locked? - Determines if the account group is locked. Locked accounts can not be edited or deleted