# AccountsDataTableBuilder

## Extends

- `AccountsDataTableBuilder`

### archived()

```ts
archived(include): AccountsDataTableBuilder;
```

Defines whether the archived accounts should included.

#### Parameters

| Parameter | Type |
| :------ | :------ |
| `include` | `boolean` |

#### Returns

`AccountsDataTableBuilder`

This builder, for chaining.

#### Inherited from

```ts
Bkper.AccountsDataTableBuilder.archived
```

***

### build()

```ts
build(): any[][];
```

#### Returns

`any`[][]

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

#### Inherited from

```ts
Bkper.AccountsDataTableBuilder.build
```

***

### groups()

```ts
groups(include): AccountsDataTableBuilder;
```

Defines whether include account groups.

#### Parameters

| Parameter | Type |
| :------ | :------ |
| `include` | `boolean` |

#### Returns

`AccountsDataTableBuilder`

This builder with respective include groups option, for chaining.

#### Inherited from

```ts
Bkper.AccountsDataTableBuilder.groups
```

***

### ids()

```ts
ids(include): AccountsDataTableBuilder;
```

Defines whether include account ids.

#### Parameters

| Parameter | Type |
| :------ | :------ |
| `include` | `boolean` |

#### Returns

`AccountsDataTableBuilder`

This builder with respective include ids option, for chaining.

#### Inherited from

```ts
Bkper.AccountsDataTableBuilder.ids
```

***

### properties()

```ts
properties(include): AccountsDataTableBuilder;
```

Defines whether include custom account properties.

#### Parameters

| Parameter | Type |
| :------ | :------ |
| `include` | `boolean` |

#### Returns

`AccountsDataTableBuilder`

This builder with respective include properties option, for chaining.

#### Inherited from

```ts
Bkper.AccountsDataTableBuilder.properties
```
