# PreIpoCompanyFundingRound

A Pre IPO Company Funding Round.

## Example Usage

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

let value: PreIpoCompanyFundingRound = {};
```

## Fields

| Field                                                                                                                           | Type                                                                                                                            | Required                                                                                                                        | Description                                                                                                                     | Example                                                                                                                         |
| ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| `closings`                                                                                                                      | [components.PreIpoCompanyFundingRoundClosing](../../models/components/preipocompanyfundingroundclosing.md)[]                    | :heavy_minus_sign:                                                                                                              | The closings associated with the Pre IPO Company Funding Round.                                                                 |                                                                                                                                 |
| `fundingRoundId`                                                                                                                | *string*                                                                                                                        | :heavy_minus_sign:                                                                                                              | The ID of the Pre IPO Company Funding Round.                                                                                    | 5f29def7-445a-46e1-b0af-e475c5481820                                                                                            |
| `issueTime`                                                                                                                     | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date)                                   | :heavy_minus_sign:                                                                                                              | The time the Pre IPO Company Funding Round was issued.                                                                          | 2025-09-30T04:00:00Z                                                                                                            |
| `name`                                                                                                                          | *string*                                                                                                                        | :heavy_minus_sign:                                                                                                              | The resource name of the Pre IPO Company Funding Round. Format: preIpoCompanies/{pre_ipo_company}/fundingRounds/{funding_round} | preIpoCompanies/3fa85f64-5717-4562-b3fc-2c963f66afa6/fundingRounds/5f29def7-445a-46e1-b0af-e475c5481820                         |
| `preIpoCompanyId`                                                                                                               | *string*                                                                                                                        | :heavy_minus_sign:                                                                                                              | The ID of the Pre IPO Company.                                                                                                  | 3fa85f64-5717-4562-b3fc-2c963f66afa6                                                                                            |
| `round`                                                                                                                         | *string*                                                                                                                        | :heavy_minus_sign:                                                                                                              | The round of funding for the Pre IPO Company.                                                                                   | Series E                                                                                                                        |