TransactionsDataTableBuilder
Extends
TransactionsDataTableBuilder
Methods
build()
build(): any[][];Returns
any[][]
A two-dimensional array containing all [[Transactions]].
Inherited from
Bkper.TransactionsDataTableBuilder.buildformatDates()
formatDates(format): TransactionsDataTableBuilder;Defines whether the dates should be formatted, based on date patter of the [[Book]]
Parameters
| Parameter | Type |
|---|---|
format | boolean |
Returns
TransactionsDataTableBuilder
This builder with respective formatting option, for chaining.
Inherited from
Bkper.TransactionsDataTableBuilder.formatDatesformatValues()
formatValues(format): TransactionsDataTableBuilder;Defines whether amounts should be formatted based on [[DecimalSeparator]] of the [[Book]]
Parameters
| Parameter | Type |
|---|---|
format | boolean |
Returns
TransactionsDataTableBuilder
This builder with respective formatting option, for chaining.
Inherited from
Bkper.TransactionsDataTableBuilder.formatValuesgetAccount()
getAccount(): Account;Returns
Account
The account, when filtering by a single account.
Inherited from
Bkper.TransactionsDataTableBuilder.getAccountincludeIds()
includeIds(include): TransactionsDataTableBuilder;Defines whether include transaction ids.
Parameters
| Parameter | Type |
|---|---|
include | boolean |
Returns
TransactionsDataTableBuilder
This builder with respective include ids option, for chaining.
Inherited from
Bkper.TransactionsDataTableBuilder.includeIdsincludeProperties()
includeProperties(include): TransactionsDataTableBuilder;Defines whether include custom transaction properties.
Parameters
| Parameter | Type |
|---|---|
include | boolean |
Returns
TransactionsDataTableBuilder
This builder with respective include properties option, for chaining.
Inherited from
Bkper.TransactionsDataTableBuilder.includePropertiesincludeUrls()
includeUrls(include): TransactionsDataTableBuilder;Defines whether include attachments and url links.
Parameters
| Parameter | Type |
|---|---|
include | boolean |
Returns
TransactionsDataTableBuilder
This builder with respective include attachment option, for chaining.
Inherited from
Bkper.TransactionsDataTableBuilder.includeUrls