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

# DistributionPayment

## Hierarchy

* **DistributionPayment**

## Index

### Properties

* [amount](/polymesh-sdk-api-reference/docs-v6/interfaces/distributionpayment.md#amount)
* [blockNumber](/polymesh-sdk-api-reference/docs-v6/interfaces/distributionpayment.md#blocknumber)
* [date](/polymesh-sdk-api-reference/docs-v6/interfaces/distributionpayment.md#date)
* [target](/polymesh-sdk-api-reference/docs-v6/interfaces/distributionpayment.md#target)
* [withheldTax](/polymesh-sdk-api-reference/docs-v6/interfaces/distributionpayment.md#withheldtax)

## Properties

### amount

• **amount**: *BigNumber*

*Defined in* [*src/types/index.ts:965*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L965)

### blockNumber

• **blockNumber**: *BigNumber*

*Defined in* [*src/types/index.ts:962*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L962)

### date

• **date**: *Date*

*Defined in* [*src/types/index.ts:963*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L963)

### target

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

*Defined in* [*src/types/index.ts:964*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L964)

### withheldTax

• **withheldTax**: *BigNumber*

*Defined in* [*src/types/index.ts:966*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L966)
