# PendingInvestorAction

A pending investor action required for an alternative order.

## Example Usage

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

let value: PendingInvestorAction = {};
```

## Fields

| Field                                                                                                                                          | Type                                                                                                                                           | Required                                                                                                                                       | Description                                                                                                                                    | Example                                                                                                                                        |
| ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| `actionUri`                                                                                                                                    | *string*                                                                                                                                       | :heavy_minus_sign:                                                                                                                             | The link to the document that requires action. Using this link will open the document in a new window or browser tab.                          | https://app.box.com/sign/document/90df7d72-c828-48ab-a285-3b6e059774bf/83c6ce015100d7e487f4d5318e77cf245a3d86657077365b595edd2dd856378b/       |
| `actionUriEmbeddable`                                                                                                                          | *string*                                                                                                                                       | :heavy_minus_sign:                                                                                                                             | The link to the document that requires action, suitable for embedding via iframe.                                                              | https://app.box.com/embed/sign/document/90df7d72-c828-48ab-a285-3b6e059774bf/83c6ce015100d7e487f4d5318e77cf245a3d86657077365b595edd2dd856378b/ |
| `description`                                                                                                                                  | *string*                                                                                                                                       | :heavy_minus_sign:                                                                                                                             | The description of the action.                                                                                                                 | Sign Subscription Agreement                                                                                                                    |
| `partyId`                                                                                                                                      | *string*                                                                                                                                       | :heavy_minus_sign:                                                                                                                             | The ID of the party responsible for performing the action.                                                                                     | 87f3eaf6-02aa-4b2e-9c72-97ec78bbaa98                                                                                                           |