> For the complete documentation index, see [llms.txt](https://developers.polymath.network/polymesh-sdk-api-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/interfaces/api_entities_dividenddistribution_types.distributionparticipant.md).

# api\_entities\_DividendDistribution\_types.DistributionParticipant

[@polymeshassociation/polymesh-sdk](/polymesh-sdk-api-reference/docs-alpha/classes.md) / [Modules](/polymesh-sdk-api-reference/docs-alpha/modules.md) / [api/entities/DividendDistribution/types](/polymesh-sdk-api-reference/docs-alpha/modules-1/api_entities_dividenddistribution_types.md) / DistributionParticipant

## Interface: DistributionParticipant

[api/entities/DividendDistribution/types](/polymesh-sdk-api-reference/docs-alpha/modules-1/api_entities_dividenddistribution_types.md).DistributionParticipant

### Table of contents

#### Properties

* [amount](#amount)
* [amountAfterTax](#amountaftertax)
* [identity](#identity)
* [paid](#paid)
* [taxWithholdingPercentage](#taxwithholdingpercentage)

### Properties

#### amount

• **amount**: `BigNumber`

**Defined in**

[api/entities/DividendDistribution/types.ts:15](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/DividendDistribution/types.ts#L15)

***

#### amountAfterTax

• **amountAfterTax**: `BigNumber`

amount to be paid to the participant after tax deductions

**Defined in**

[api/entities/DividendDistribution/types.ts:23](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/DividendDistribution/types.ts#L23)

***

#### identity

• **identity**: [`Identity`](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md)

**Defined in**

[api/entities/DividendDistribution/types.ts:14](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/DividendDistribution/types.ts#L14)

***

#### paid

• **paid**: `boolean`

**Defined in**

[api/entities/DividendDistribution/types.ts:24](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/DividendDistribution/types.ts#L24)

***

#### taxWithholdingPercentage

• **taxWithholdingPercentage**: `BigNumber`

percentage (0-100) of tax withholding for this participant

**Defined in**

[api/entities/DividendDistribution/types.ts:19](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/DividendDistribution/types.ts#L19)
