# RebookExecutionResponse

A response to the Rebook Execution method.

## Example Usage

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

let value: RebookExecutionResponse = {};
```

## Fields

| Field                                                                                                      | Type                                                                                                       | Required                                                                                                   | Description                                                                                                |
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| `execution`                                                                                                | [components.RebookExecutionResponseExecution](../../models/components/rebookexecutionresponseexecution.md) | :heavy_minus_sign:                                                                                         | The new execution that was rebooked.                                                                       |