# ListAlternativeInvestmentDocumentsResponse

Response to list alternative investment documents.

## Example Usage

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

let value: ListAlternativeInvestmentDocumentsResponse = {};
```

## Fields

| Field                                                                                                                                                                          | Type                                                                                                                                                                           | Required                                                                                                                                                                       | Description                                                                                                                                                                    | Example                                                                                                                                                                        |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `alternativeInvestmentDocuments`                                                                                                                                               | [components.AlternativeInvestmentDocument](../../models/components/alternativeinvestmentdocument.md)[]                                                                         | :heavy_minus_sign:                                                                                                                                                             | The array of investment documents for the asset.                                                                                                                               |                                                                                                                                                                                |
| `nextPageToken`                                                                                                                                                                | *string*                                                                                                                                                                       | :heavy_minus_sign:                                                                                                                                                             | A token that can be sent as the `page_token` query param value to retrieve the next page, when pagination is needed.  If this field is omitted, there are no subsequent pages. | next-page-token-example                                                                                                                                                        |