Skip to content

Group

Extends

  • Group

Properties

agentId?

optional agentId: string;

The id of agent that created the resource

Inherited from

bkper.Group.agentId

createdAt?

optional createdAt: string;

The creation timestamp, in milliseconds

Inherited from

bkper.Group.createdAt

credit?

optional credit: boolean;

Tell if the group is credit

Inherited from

bkper.Group.credit

hasAccounts?

optional hasAccounts: boolean;

Tell if the group is has any accounts

Inherited from

bkper.Group.hasAccounts

hasGroups?

optional hasGroups: boolean;

Tell if the group is has any children groups

Inherited from

bkper.Group.hasGroups

hidden?

optional hidden: boolean;

Tell if the group is hidden on transactions main menu

Inherited from

bkper.Group.hidden

id?

optional id: string;

The unique id that identifies the Group in the Book

Inherited from

bkper.Group.id

locked?

optional locked: boolean;

Tell if the group is locked by the Book owner

Inherited from

bkper.Group.locked

mixed?

optional mixed: boolean;

Tell if has mixed type of accounts

Inherited from

bkper.Group.mixed

name?

optional name: string;

The name of the Group

Inherited from

bkper.Group.name

normalizedName?

optional normalizedName: string;

The name of the Group, lowercase, without spaces or special characters

Inherited from

bkper.Group.normalizedName

parent?

optional parent: Group;

Inherited from

bkper.Group.parent

permanent?

optional permanent: boolean;

Tell if the group is permanent

Inherited from

bkper.Group.permanent

properties?

optional properties: object;

The key/value custom properties of the Group

Index Signature

[name: string]: string

Inherited from

bkper.Group.properties

type?

optional type: "ASSET" | "LIABILITY" | "INCOMING" | "OUTGOING";

Inherited from

bkper.Group.type

updatedAt?

optional updatedAt: string;

The last update timestamp, in milliseconds

Inherited from

bkper.Group.updatedAt