# ListPreIpoCompanyFundingRoundsResponse

Response for listing Pre IPO Company Funding Rounds.

## Example Usage

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

let value: ListPreIpoCompanyFundingRoundsResponse = {};
```

## Fields

| Field                                                                                                                                                                                                                                          | Type                                                                                                                                                                                                                                           | Required                                                                                                                                                                                                                                       | Description                                                                                                                                                                                                                                    | Example                                                                                                                                                                                                                                        |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `nextPageToken`                                                                                                                                                                                                                                | *string*                                                                                                                                                                                                                                       | :heavy_minus_sign:                                                                                                                                                                                                                             | A token to retrieve the next page of results. Pass this value in the `page_token` field of a subsequent `ListPreIpoCompanyFundingRoundsRequest` to retrieve the next page of results. If this field is omitted, there are no subsequent pages. | eyJzaXplIjoxMCwib2Zmc2V0IjoxMDAsInBhcmVudElkIjoicGFyZW50SWQifQ==                                                                                                                                                                               |
| `preIpoCompanyFundingRounds`                                                                                                                                                                                                                   | [components.PreIpoCompanyFundingRound](../../models/components/preipocompanyfundinground.md)[]                                                                                                                                                 | :heavy_minus_sign:                                                                                                                                                                                                                             | The Pre IPO Company Funding Rounds.                                                                                                                                                                                                            |                                                                                                                                                                                                                                                |