# WireWithdrawalsGetWireWithdrawalRequest

## Example Usage

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

let value: WireWithdrawalsGetWireWithdrawalRequest = {
  accountId: "01H8FB90ZRRFWXB4XC2JPJ1D4Y",
  wireWithdrawalId: "20230817000319",
};
```

## Fields

| Field                      | Type                       | Required                   | Description                | Example                    |
| -------------------------- | -------------------------- | -------------------------- | -------------------------- | -------------------------- |
| `accountId`                | *string*                   | :heavy_check_mark:         | The account id.            | 01H8FB90ZRRFWXB4XC2JPJ1D4Y |
| `wireWithdrawalId`         | *string*                   | :heavy_check_mark:         | The wireWithdrawal id.     | 20230817000319             |