# SplitV2Recipient

> **SplitV2Recipient** = `object`

Defined in: [types.ts:248](https://github.com/ObolNetwork/obol-sdk/blob/5137bd5c4ded55a50234f19135ea3a5bfeab4d47/src/types.ts#L248)

SplitV2 Recipient structure

## Properties

| Property | Type | Description | Defined in |
| ------ | ------ | ------ | ------ |
| <a id="address"></a> `address` | `string` | Recipient address. | [types.ts:250](https://github.com/ObolNetwork/obol-sdk/blob/5137bd5c4ded55a50234f19135ea3a5bfeab4d47/src/types.ts#L250) |
| <a id="percentallocation"></a> `percentAllocation` | `number` | Percentage allocation (0-100 with up to 4 decimals). | [types.ts:253](https://github.com/ObolNetwork/obol-sdk/blob/5137bd5c4ded55a50234f19135ea3a5bfeab4d47/src/types.ts#L253) |
