# TransactionList

## Extends

- `TransactionList`

### account?

```ts
optional account: string;
```

The account id when filtering by a single account. E.g. account='Bank'

#### Inherited from

```ts
bkper.TransactionList.account
```

***

### cursor?

```ts
optional cursor: string;
```

The cursor, for pagination

#### Inherited from

```ts
bkper.TransactionList.cursor
```

***

### items?

```ts
optional items: Transaction[];
```

List items

#### Inherited from

```ts
bkper.TransactionList.items
```
