# PreIpoCompanyFundingRoundsGetPreIpoCompanyFundingRoundRequest

## Example Usage

```typescript
import { PreIpoCompanyFundingRoundsGetPreIpoCompanyFundingRoundRequest } from "@apexfintechsolutions/ascend-sdk/models/operations";

let value: PreIpoCompanyFundingRoundsGetPreIpoCompanyFundingRoundRequest = {
  preIpoCompanyId: "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  fundingRoundId: "5f29def7-445a-46e1-b0af-e475c5481820",
};
```

## Fields

| Field                                | Type                                 | Required                             | Description                          | Example                              |
| ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ |
| `preIpoCompanyId`                    | *string*                             | :heavy_check_mark:                   | The preIpoCompany id.                | 3fa85f64-5717-4562-b3fc-2c963f66afa6 |
| `fundingRoundId`                     | *string*                             | :heavy_check_mark:                   | The fundingRound id.                 | 5f29def7-445a-46e1-b0af-e475c5481820 |