Account
Extends
Account
Properties
agentId?
optional agentId: string;The id of agent that created the resource
Inherited from
bkper.Account.agentIdarchived?
optional archived: boolean;Archived accounts are kept for history
Inherited from
bkper.Account.archivedbalance?
optional balance: string;The current account balance, when querying transactions.
Inherited from
bkper.Account.balancebalanceVerified?
optional balanceVerified: boolean;Whether the account balance has been verified/audited
Inherited from
bkper.Account.balanceVerifiedcreatedAt?
optional createdAt: string;The creation timestamp, in milliseconds
Inherited from
bkper.Account.createdAtcredit?
optional credit: boolean;Credit nature or Debit otherwise
Inherited from
bkper.Account.creditgroups?
optional groups: Group[];The groups of the account
Inherited from
bkper.Account.groupshasTransactionPosted?
optional hasTransactionPosted: boolean;Tell if the account has transaction posted
Inherited from
bkper.Account.hasTransactionPostedid?
optional id: string;The unique id that identifies the Account in the Book
Inherited from
bkper.Account.idname?
optional name: string;The name of the Account
Inherited from
bkper.Account.namenormalizedName?
optional normalizedName: string;The name of the Account, lowercase, without spaces or special characters
Inherited from
bkper.Account.normalizedNamepermanent?
optional permanent: boolean;Permanent are such as bank accounts, customers or the like
Inherited from
bkper.Account.permanentproperties?
optional properties: object;The key/value custom properties of the Account
Index Signature
[name: string]: stringInherited from
bkper.Account.propertiestype?
optional type: "ASSET" | "LIABILITY" | "INCOMING" | "OUTGOING";The type of the account
Inherited from
bkper.Account.typeupdatedAt?
optional updatedAt: string;The last update timestamp, in milliseconds
Inherited from
bkper.Account.updatedAt