# WireWithdrawalBeneficiaryCreate

The person or entity taking receipt of the wired funds

## Example Usage

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

let value: WireWithdrawalBeneficiaryCreate = {
  account: "73849218650987",
};
```

## Fields

| Field                                                                                                                                                                                                                                                                                                                                 | Type                                                                                                                                                                                                                                                                                                                                  | Required                                                                                                                                                                                                                                                                                                                              | Description                                                                                                                                                                                                                                                                                                                           | Example                                                                                                                                                                                                                                                                                                                               |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `account`                                                                                                                                                                                                                                                                                                                             | *string*                                                                                                                                                                                                                                                                                                                              | :heavy_check_mark:                                                                                                                                                                                                                                                                                                                    | The bank account of the person or entity taking receipt of the wired funds. Limited to 25 characters if intermediaryDetails.account is set                                                                                                                                                                                            | 73849218650987                                                                                                                                                                                                                                                                                                                        |
| `accountTitle`                                                                                                                                                                                                                                                                                                                        | *string*                                                                                                                                                                                                                                                                                                                              | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                    | The name of the person or entity taking receipt of the wired funds. This field defaults to the name of the account owner and should only be populated when performing a third party wire transfer                                                                                                                                     | Jane Dough                                                                                                                                                                                                                                                                                                                            |
| `address`                                                                                                                                                                                                                                                                                                                             | [components.AddressCreate](../../models/components/addresscreate.md)                                                                                                                                                                                                                                                                  | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                    | The data structure containing attributes describing the location of an underlying entity.                                                                                                                                                                                                                                             |                                                                                                                                                                                                                                                                                                                                       |
| `thirdParty`                                                                                                                                                                                                                                                                                                                          | *boolean*                                                                                                                                                                                                                                                                                                                             | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                    | Indicates if this beneficiary is a third party beneficiary. A wire transfer is considered third party if the beneficiary is not the exact same person and/or entity that the funds originated from. This includes wire transfers where the originator account is an individual account and the beneficiary account is a joint account | false                                                                                                                                                                                                                                                                                                                                 |