# ExerciseServiceGetOptionInstructionRequest

## Example Usage

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

let value: ExerciseServiceGetOptionInstructionRequest = {
  accountId: "ACC123456",
  assetId: "12345",
  instructionId: "abc12345",
};
```

## Fields

| Field               | Type                | Required            | Description         | Example             |
| ------------------- | ------------------- | ------------------- | ------------------- | ------------------- |
| `accountId`         | *string*            | :heavy_check_mark:  | The account id.     | ACC123456           |
| `assetId`           | *string*            | :heavy_check_mark:  | The asset id.       | 12345               |
| `instructionId`     | *string*            | :heavy_check_mark:  | The instruction id. | abc12345            |