# OrderServiceSetExtraReportingDataResponse

## Example Usage

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

let value: OrderServiceSetExtraReportingDataResponse = {};
```

## Fields

| Field                                                                                                                                                                                                                                                          | Type                                                                                                                                                                                                                                                           | Required                                                                                                                                                                                                                                                       | Description                                                                                                                                                                                                                                                    |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `httpMeta`                                                                                                                                                                                                                                                     | [components.HTTPMetadata](../../models/components/httpmetadata.md)                                                                                                                                                                                             | :heavy_check_mark:                                                                                                                                                                                                                                             | N/A                                                                                                                                                                                                                                                            |
| `order`                                                                                                                                                                                                                                                        | [components.Order](../../models/components/order.md)                                                                                                                                                                                                           | :heavy_minus_sign:                                                                                                                                                                                                                                             | OK                                                                                                                                                                                                                                                             |
| `status`                                                                                                                                                                                                                                                       | [components.Status](../../models/components/status.md)                                                                                                                                                                                                         | :heavy_minus_sign:                                                                                                                                                                                                                                             | INVALID_ARGUMENT: There was an issue with one or more fields in the request.  The message field will contain details about which field failed validation and why.<br/>FAILED_PRECONDITION: The order is not in a state that allows extra reporting data to be set. |