# IctWithdrawalRecipientInstitution

The name and account id of the external financial institution that will take receipt of the funds.

## Example Usage

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

let value: IctWithdrawalRecipientInstitution = {};
```

## Fields

| Field                     | Type                      | Required                  | Description               |
| ------------------------- | ------------------------- | ------------------------- | ------------------------- |
| `accountId`               | *string*                  | :heavy_minus_sign:        | Account id at institution |
| `title`                   | *string*                  | :heavy_minus_sign:        | Name of the institution   |