# RetrievePendingInvestorActionsResponse

Response to RetrievePendingInvestorActions request.

## Example Usage

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

let value: RetrievePendingInvestorActionsResponse = {};
```

## Fields

| Field                                                                                                                                             | Type                                                                                                                                              | Required                                                                                                                                          | Description                                                                                                                                       | Example                                                                                                                                           |
| ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| `accountId`                                                                                                                                       | *string*                                                                                                                                          | :heavy_minus_sign:                                                                                                                                | The ID of the account specified in the request.                                                                                                   | 01JR8YQT40WAQT8S95ZQGS1QN0                                                                                                                        |
| `alternativeOrderId`                                                                                                                              | *string*                                                                                                                                          | :heavy_minus_sign:                                                                                                                                | The ID for the alternative investment order resource.                                                                                             | 01H5TSDAD9MQ98B8KF36J3Q8P9                                                                                                                        |
| `pendingInvestorActions`                                                                                                                          | [components.PendingInvestorAction](../../models/components/pendinginvestoraction.md)[]                                                            | :heavy_minus_sign:                                                                                                                                | The object containing the pending action URIs that provide access to the document that is awaiting signature and the id of the responsible party. |                                                                                                                                                   |