Skip to content

TransactionsDataTableBuilder

Extends

  • TransactionsDataTableBuilder

Methods

build()

build(): any[][];

Returns

any[][]

A two-dimensional array containing all [[Transactions]].

Inherited from

Bkper.TransactionsDataTableBuilder.build

formatDates()

formatDates(format): TransactionsDataTableBuilder;

Defines whether the dates should be formatted, based on date patter of the [[Book]]

Parameters

ParameterType
formatboolean

Returns

TransactionsDataTableBuilder

This builder with respective formatting option, for chaining.

Inherited from

Bkper.TransactionsDataTableBuilder.formatDates

formatValues()

formatValues(format): TransactionsDataTableBuilder;

Defines whether amounts should be formatted based on [[DecimalSeparator]] of the [[Book]]

Parameters

ParameterType
formatboolean

Returns

TransactionsDataTableBuilder

This builder with respective formatting option, for chaining.

Inherited from

Bkper.TransactionsDataTableBuilder.formatValues

getAccount()

getAccount(): Account;

Returns

Account

The account, when filtering by a single account.

Inherited from

Bkper.TransactionsDataTableBuilder.getAccount

includeIds()

includeIds(include): TransactionsDataTableBuilder;

Defines whether include transaction ids.

Parameters

ParameterType
includeboolean

Returns

TransactionsDataTableBuilder

This builder with respective include ids option, for chaining.

Inherited from

Bkper.TransactionsDataTableBuilder.includeIds

includeProperties()

includeProperties(include): TransactionsDataTableBuilder;

Defines whether include custom transaction properties.

Parameters

ParameterType
includeboolean

Returns

TransactionsDataTableBuilder

This builder with respective include properties option, for chaining.

Inherited from

Bkper.TransactionsDataTableBuilder.includeProperties

includeUrls()

includeUrls(include): TransactionsDataTableBuilder;

Defines whether include attachments and url links.

Parameters

ParameterType
includeboolean

Returns

TransactionsDataTableBuilder

This builder with respective include attachment option, for chaining.

Inherited from

Bkper.TransactionsDataTableBuilder.includeUrls