# api\_entities\_DividendDistribution\_types.DistributionParticipant

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

## Interface: DistributionParticipant

[api/entities/DividendDistribution/types](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/api_entities_dividenddistribution_types).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`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity)

**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)
