# TransfersBeneficiaryCreate

A Check Beneficiary

## Example Usage

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

let value: TransfersBeneficiaryCreate = {};
```

## Fields

| Field                                                                                                                                                                                                                                                                                                                                   | Type                                                                                                                                                                                                                                                                                                                                    | Required                                                                                                                                                                                                                                                                                                                                | Description                                                                                                                                                                                                                                                                                                                             | Example                                                                                                                                                                                                                                                                                                                                 |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `accountTitle`                                                                                                                                                                                                                                                                                                                          | *string*                                                                                                                                                                                                                                                                                                                                | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                      | **Field Dependencies:**<br/><br/>Account title is required for third party beneficiaries<br/><br/>Required if `third_party` is `true`.                                                                                                                                                                                                  | 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 check transfer is considered third party if the beneficiary is not the exact same person and/or entity that the funds originated from. This includes check transfers where the originator account is an individual account and the beneficiary account is a joint account | false                                                                                                                                                                                                                                                                                                                                   |