# ExtraReportingDataCreate

Any extra reporting data provided by the client for an order

## Example Usage

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

let value: ExtraReportingDataCreate = {};
```

## Fields

| Field                                                                                         | Type                                                                                          | Required                                                                                      | Description                                                                                   | Example                                                                                       |
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
| `cancelConfirmedTime`                                                                         | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign:                                                                            | The time the client has confirmed a cancel confirmation in their own system                   | 2025-12-13T15:28:17.262732Z                                                                   |