> 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/types.distributionpayment.md).

# types.DistributionPayment

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

## Interface: DistributionPayment

[types](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md).DistributionPayment

### Table of contents

#### Properties

* [amount](#amount)
* [blockHash](#blockhash)
* [blockNumber](#blocknumber)
* [date](#date)
* [target](#target)
* [withheldTax](#withheldtax)

### Properties

#### amount

• **amount**: `BigNumber`

**Defined in**

[types/index.ts:1330](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/types/index.ts#L1330)

***

#### blockHash

• **blockHash**: `string`

**Defined in**

[types/index.ts:1327](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/types/index.ts#L1327)

***

#### blockNumber

• **blockNumber**: `BigNumber`

**Defined in**

[types/index.ts:1326](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/types/index.ts#L1326)

***

#### date

• **date**: `Date`

**Defined in**

[types/index.ts:1328](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/types/index.ts#L1328)

***

#### target

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

**Defined in**

[types/index.ts:1329](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/types/index.ts#L1329)

***

#### withheldTax

• **withheldTax**: `BigNumber`

percentage (0-100) of tax withholding for the `target` identity

**Defined in**

[types/index.ts:1334](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/types/index.ts#L1334)
