# BatchCreateUploadLinksResponse

List of signed links to upload documents.

## Example Usage

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

let value: BatchCreateUploadLinksResponse = {};
```

## Fields

| Field                                                            | Type                                                             | Required                                                         | Description                                                      |
| ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- |
| `uploadLink`                                                     | [components.UploadLink](../../models/components/uploadlink.md)[] | :heavy_minus_sign:                                               | The list of signed links used to upload documents                |