> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qonto.com/llms.txt
> Use this file to discover all available pages before exploring further.

# NewBeneficiary

[@qonto/embed-sdk](../../README) / [\<internal>](../README) / NewBeneficiary

# Type Alias: NewBeneficiary

> **NewBeneficiary** = `Pick`\<[`Beneficiary`](../../interfaces/Beneficiary), `"name"` | `"iban"`> & `object`

Represents a new beneficiary to be added to the system. This type excludes
fields that are automatically generated or managed by the system, such as
`id`, `currency`, `status`, `trusted`, `createdAt`, and `updatedAt`.

## Type declaration

### activityTag?

> `optional` **activityTag**: *typeof* [`ACTIVITY_TAGS`](../namespaces/src/common/constants/variables/ACTIVITY_TAGS)\[keyof *typeof* [`ACTIVITY_TAGS`](../namespaces/src/common/constants/variables/ACTIVITY_TAGS)]

### bic?

> `optional` **bic**: `string`

### email?

> `optional` **email**: `string`
