# ListAlternativeOrdersResponse

Response to list Alternative Orders.

## Example Usage

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

let value: ListAlternativeOrdersResponse = {};
```

## Fields

| Field                                                                                                                                                                         | Type                                                                                                                                                                          | Required                                                                                                                                                                      | Description                                                                                                                                                                   | Example                                                                                                                                                                       |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `alternativeOrders`                                                                                                                                                           | [components.AlternativeOrder](../../models/components/alternativeorder.md)[]                                                                                                  | :heavy_minus_sign:                                                                                                                                                            | The alternative investment orders associated with the specified account.                                                                                                      |                                                                                                                                                                               |
| `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. | cGFnZV90b2tlbgo=                                                                                                                                                              |