# ListBasketOrdersResponse

The response message for listing basket orders within a basket

## Example Usage

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

let value: ListBasketOrdersResponse = {};
```

## Fields

| Field                                                                                                                                                                             | Type                                                                                                                                                                              | Required                                                                                                                                                                          | Description                                                                                                                                                                       | Example                                                                                                                                                                           |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `basketOrders`                                                                                                                                                                    | [components.BasketOrder](../../models/components/basketorder.md)[]                                                                                                                | :heavy_minus_sign:                                                                                                                                                                | The basket orders in the basket                                                                                                                                                   |                                                                                                                                                                                   |
| `nextPageToken`                                                                                                                                                                   | *string*                                                                                                                                                                          | :heavy_minus_sign:                                                                                                                                                                | A token to retrieve the next page of results. Pass this value in the `page_token` field in the subsequent call to `ListBasketOrders` method to retrieve the next page of results. | AbTYnwAkMjIyZDNjYTAtZmVjZS00N2Q5LTgyMDctNzI3MDdkMjFiZ3hh                                                                                                                          |