# IctWithdrawalEntityRecipientParty

An entity originating party

## Example Usage

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

let value: IctWithdrawalEntityRecipientParty = {};
```

## Fields

| Field                                                                                                  | Type                                                                                                   | Required                                                                                               | Description                                                                                            | Example                                                                                                |
| ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ |
| `address`                                                                                              | [components.IctWithdrawalTravelRuleAddress](../../models/components/ictwithdrawaltravelruleaddress.md) | :heavy_minus_sign:                                                                                     | The address of the entity                                                                              |                                                                                                        |
| `taxId`                                                                                                | *string*                                                                                               | :heavy_minus_sign:                                                                                     | The tax identification number of the entity                                                            | 987-65-4321                                                                                            |
| `title`                                                                                                | *string*                                                                                               | :heavy_minus_sign:                                                                                     | The name of the entity                                                                                 | Acme, Inc.                                                                                             |