# IctWithdrawalIndividualRecipientParty

An individual recipient party

## Example Usage

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

let value: IctWithdrawalIndividualRecipientParty = {};
```

## Fields

| Field                                                                                                                                                  | Type                                                                                                                                                   | Required                                                                                                                                               | Description                                                                                                                                            | Example                                                                                                                                                |
| ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `address`                                                                                                                                              | [components.IctWithdrawalTravelRuleIndividualRecipientPartyAddress](../../models/components/ictwithdrawaltravelruleindividualrecipientpartyaddress.md) | :heavy_minus_sign:                                                                                                                                     | The address of the party                                                                                                                               |                                                                                                                                                        |
| `familyName`                                                                                                                                           | *string*                                                                                                                                               | :heavy_minus_sign:                                                                                                                                     | The last name of the party                                                                                                                             | Dough                                                                                                                                                  |
| `givenNames`                                                                                                                                           | *string*[]                                                                                                                                             | :heavy_minus_sign:                                                                                                                                     | The first name of the party as well as any non-primary given names (e.g. middle names)                                                                 | [<br/>"Jane"<br/>]                                                                                                                                     |