# IctWithdrawalsGetIctWithdrawalRequest

## Example Usage

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

let value: IctWithdrawalsGetIctWithdrawalRequest = {
  accountId: "01H8FB90ZRRFWXB4XC2JPJ1D4Y",
  ictWithdrawalId: "20240321000472",
};
```

## Fields

| Field                      | Type                       | Required                   | Description                | Example                    |
| -------------------------- | -------------------------- | -------------------------- | -------------------------- | -------------------------- |
| `accountId`                | *string*                   | :heavy_check_mark:         | The account id.            | 01H8FB90ZRRFWXB4XC2JPJ1D4Y |
| `ictWithdrawalId`          | *string*                   | :heavy_check_mark:         | The ictWithdrawal id.      | 20240321000472             |