# ListAccountsResponse

The response to list Accounts.

## Example Usage

```typescript
import { ListAccountsResponse } from "@apexfintechsolutions/ascend-sdk/models/components";

let value: ListAccountsResponse = {};
```

## Fields

| Field                                                                                                                                                                              | Type                                                                                                                                                                               | Required                                                                                                                                                                           | Description                                                                                                                                                                        | Example                                                                                                                                                                            |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `accounts`                                                                                                                                                                         | [components.Account](../../models/components/account.md)[]                                                                                                                         | :heavy_minus_sign:                                                                                                                                                                 | The list of available accounts                                                                                                                                                     |                                                                                                                                                                                    |
| `nextPageToken`                                                                                                                                                                    | *string*                                                                                                                                                                           | :heavy_minus_sign:                                                                                                                                                                 | A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.                                                     | 4ZHd3wAaMD1IQ0ZKS2BKV0FSRVdLW4VLWkY1R1B3MU4                                                                                                                                        |
| `totalSize`                                                                                                                                                                        | *string*                                                                                                                                                                           | :heavy_minus_sign:                                                                                                                                                                 | The total number of accounts in the response. This is an estimate and may be more than the number of accounts in this response if the user is not authorized to view all accounts. | 100                                                                                                                                                                                |