# DownloadAlternativeInvestmentDocumentResponse

Response to download an investment document.

## Example Usage

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

let value: DownloadAlternativeInvestmentDocumentResponse = {};
```

## Fields

| Field                                             | Type                                              | Required                                          | Description                                       | Example                                           |
| ------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- |
| `downloadUri`                                     | *string*                                          | :heavy_minus_sign:                                | The URI to download the investment document file. | https://example.com/download/document123          |