# IctWithdrawalIndividualOriginatingParty

An individual originating party

## Example Usage

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

let value: IctWithdrawalIndividualOriginatingParty = {};
```

## Fields

| Field                                                                                                                                                      | Type                                                                                                                                                       | Required                                                                                                                                                   | Description                                                                                                                                                | Example                                                                                                                                                    |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `address`                                                                                                                                                  | [components.IctWithdrawalTravelRuleIndividualOriginatingPartyAddress](../../models/components/ictwithdrawaltravelruleindividualoriginatingpartyaddress.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/>]                                                                                                                                         |