Group
Extends
Group
Properties
agentId?
optional agentId: string;The id of agent that created the resource
Inherited from
bkper.Group.agentIdcreatedAt?
optional createdAt: string;The creation timestamp, in milliseconds
Inherited from
bkper.Group.createdAtcredit?
optional credit: boolean;Tell if the group is credit
Inherited from
bkper.Group.credithasAccounts?
optional hasAccounts: boolean;Tell if the group is has any accounts
Inherited from
bkper.Group.hasAccountshasGroups?
optional hasGroups: boolean;Tell if the group is has any children groups
Inherited from
bkper.Group.hasGroupshidden?
optional hidden: boolean;Tell if the group is hidden on transactions main menu
Inherited from
bkper.Group.hiddenid?
optional id: string;The unique id that identifies the Group in the Book
Inherited from
bkper.Group.idlocked?
optional locked: boolean;Tell if the group is locked by the Book owner
Inherited from
bkper.Group.lockedmixed?
optional mixed: boolean;Tell if has mixed type of accounts
Inherited from
bkper.Group.mixedname?
optional name: string;The name of the Group
Inherited from
bkper.Group.namenormalizedName?
optional normalizedName: string;The name of the Group, lowercase, without spaces or special characters
Inherited from
bkper.Group.normalizedNameparent?
optional parent: Group;Inherited from
bkper.Group.parentpermanent?
optional permanent: boolean;Tell if the group is permanent
Inherited from
bkper.Group.permanentproperties?
optional properties: object;The key/value custom properties of the Group
Index Signature
[name: string]: stringInherited from
bkper.Group.propertiestype?
optional type: "ASSET" | "LIABILITY" | "INCOMING" | "OUTGOING";Inherited from
bkper.Group.typeupdatedAt?
optional updatedAt: string;The last update timestamp, in milliseconds
Inherited from
bkper.Group.updatedAt