TransactionList
Extends
TransactionList
Properties
account?
optional account: string;The account id when filtering by a single account. E.g. account=‘Bank’
Inherited from
bkper.TransactionList.accountcursor?
optional cursor: string;The cursor, for pagination
Inherited from
bkper.TransactionList.cursoritems?
optional items: Transaction[];List items
Inherited from
bkper.TransactionList.items