Skip to content

Transaction

Extends

  • Transaction

Properties

agentId?

optional agentId: string;

The id of agent that created the resource

Inherited from

bkper.Transaction.agentId

optional agentLogo: string;

The logo of the agent that created the transaction

Inherited from

bkper.Transaction.agentLogo

agentLogoDark?

optional agentLogoDark: string;

The logo in dark mode, of the agent that created the transaction

Inherited from

bkper.Transaction.agentLogoDark

agentName?

optional agentName: string;

The name of the agent that created the transaction

Inherited from

bkper.Transaction.agentName

amount?

optional amount: string;

The amount on format ####.##

Inherited from

bkper.Transaction.amount

checked?

optional checked: boolean;

Tell if the transaction is a checked

Inherited from

bkper.Transaction.checked

createdAt?

optional createdAt: string;

The creation timestamp, in milliseconds

Inherited from

bkper.Transaction.createdAt

createdBy?

optional createdBy: string;

The actor username that created the transaction

Inherited from

bkper.Transaction.createdBy

creditAccount?

optional creditAccount: Account;

Inherited from

bkper.Transaction.creditAccount

date?

optional date: string;

The date on ISO format yyyy-MM-dd

Inherited from

bkper.Transaction.date

dateFormatted?

optional dateFormatted: string;

The date on format of the Book

Inherited from

bkper.Transaction.dateFormatted

dateValue?

optional dateValue: number;

The date number representation on format YYYYMMDD

Inherited from

bkper.Transaction.dateValue

debitAccount?

optional debitAccount: Account;

Inherited from

bkper.Transaction.debitAccount

description?

optional description: string;

The transaction description

Inherited from

bkper.Transaction.description

draft?

optional draft: boolean;

Tell if its a draft transaction

Inherited from

bkper.Transaction.draft

files?

optional files: File[];

The files attached to the transaction

Inherited from

bkper.Transaction.files

id?

optional id: string;

The unique id that identifies the transaction in the book

Inherited from

bkper.Transaction.id

posted?

optional posted: boolean;

Tell if the transaction is already posted on accounts, otherwise is a draft

Inherited from

bkper.Transaction.posted

properties?

optional properties: object;

The key/value custom properties of the Transaction

Index Signature

[name: string]: string

Inherited from

bkper.Transaction.properties

remoteIds?

optional remoteIds: string[];

The transaction remote ids, to avoid duplication

Inherited from

bkper.Transaction.remoteIds

tags?

optional tags: string[];

The transaction #hashtags

Inherited from

bkper.Transaction.tags

trashed?

optional trashed: boolean;

Tell if transaction is trashed

Inherited from

bkper.Transaction.trashed

updatedAt?

optional updatedAt: string;

The last update timestamp, in milliseconds

Inherited from

bkper.Transaction.updatedAt

urls?

optional urls: string[];

The transaction urls

Inherited from

bkper.Transaction.urls