Skip to content

AccountsDataTableBuilder

Extends

  • AccountsDataTableBuilder

Methods

archived()

archived(include): AccountsDataTableBuilder;

Defines whether the archived accounts should included.

Parameters

ParameterType
includeboolean

Returns

AccountsDataTableBuilder

This builder, for chaining.

Inherited from

Bkper.AccountsDataTableBuilder.archived

build()

build(): any[][];

Returns

any[][]

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

Inherited from

Bkper.AccountsDataTableBuilder.build

groups()

groups(include): AccountsDataTableBuilder;

Defines whether include account groups.

Parameters

ParameterType
includeboolean

Returns

AccountsDataTableBuilder

This builder with respective include groups option, for chaining.

Inherited from

Bkper.AccountsDataTableBuilder.groups

ids()

ids(include): AccountsDataTableBuilder;

Defines whether include account ids.

Parameters

ParameterType
includeboolean

Returns

AccountsDataTableBuilder

This builder with respective include ids option, for chaining.

Inherited from

Bkper.AccountsDataTableBuilder.ids

properties()

properties(include): AccountsDataTableBuilder;

Defines whether include custom account properties.

Parameters

ParameterType
includeboolean

Returns

AccountsDataTableBuilder

This builder with respective include properties option, for chaining.

Inherited from

Bkper.AccountsDataTableBuilder.properties