Transaction
Extends
Transaction
Properties
agentId?
optional agentId: string;The id of agent that created the resource
Inherited from
bkper.Transaction.agentIdagentLogo?
optional agentLogo: string;The logo of the agent that created the transaction
Inherited from
bkper.Transaction.agentLogoagentLogoDark?
optional agentLogoDark: string;The logo in dark mode, of the agent that created the transaction
Inherited from
bkper.Transaction.agentLogoDarkagentName?
optional agentName: string;The name of the agent that created the transaction
Inherited from
bkper.Transaction.agentNameamount?
optional amount: string;The amount on format ####.##
Inherited from
bkper.Transaction.amountchecked?
optional checked: boolean;Tell if the transaction is a checked
Inherited from
bkper.Transaction.checkedcreatedAt?
optional createdAt: string;The creation timestamp, in milliseconds
Inherited from
bkper.Transaction.createdAtcreatedBy?
optional createdBy: string;The actor username that created the transaction
Inherited from
bkper.Transaction.createdBycreditAccount?
optional creditAccount: Account;Inherited from
bkper.Transaction.creditAccountdate?
optional date: string;The date on ISO format yyyy-MM-dd
Inherited from
bkper.Transaction.datedateFormatted?
optional dateFormatted: string;The date on format of the Book
Inherited from
bkper.Transaction.dateFormatteddateValue?
optional dateValue: number;The date number representation on format YYYYMMDD
Inherited from
bkper.Transaction.dateValuedebitAccount?
optional debitAccount: Account;Inherited from
bkper.Transaction.debitAccountdescription?
optional description: string;The transaction description
Inherited from
bkper.Transaction.descriptiondraft?
optional draft: boolean;Tell if its a draft transaction
Inherited from
bkper.Transaction.draftfiles?
optional files: File[];The files attached to the transaction
Inherited from
bkper.Transaction.filesid?
optional id: string;The unique id that identifies the transaction in the book
Inherited from
bkper.Transaction.idposted?
optional posted: boolean;Tell if the transaction is already posted on accounts, otherwise is a draft
Inherited from
bkper.Transaction.postedproperties?
optional properties: object;The key/value custom properties of the Transaction
Index Signature
[name: string]: stringInherited from
bkper.Transaction.propertiesremoteIds?
optional remoteIds: string[];The transaction remote ids, to avoid duplication
Inherited from
bkper.Transaction.remoteIdstags?
optional tags: string[];The transaction #hashtags
Inherited from
bkper.Transaction.tagstrashed?
optional trashed: boolean;Tell if transaction is trashed
Inherited from
bkper.Transaction.trashedupdatedAt?
optional updatedAt: string;The last update timestamp, in milliseconds
Inherited from
bkper.Transaction.updatedAturls?
optional urls: string[];The transaction urls
Inherited from
bkper.Transaction.urls