# CancelExecutionResponse

A response for the cancel execution method.

## Example Usage

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

let value: CancelExecutionResponse = {};
```

## Fields

| Field                                                                                                      | Type                                                                                                       | Required                                                                                                   | Description                                                                                                |
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| `execution`                                                                                                | [components.CancelExecutionResponseExecution](../../models/components/cancelexecutionresponseexecution.md) | :heavy_minus_sign:                                                                                         | The execution that was canceled.                                                                           |