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

# DistributionPayment

## Hierarchy

* **DistributionPayment**

## Index

### Properties

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

## Properties

### amount

• **amount**: *BigNumber*

*Defined in* [*src/types/index.ts:1061*](https://github.com/PolymathNetwork/polymesh-sdk/blob/bf2b7a12/src/types/index.ts#L1061)

### blockNumber

• **blockNumber**: *BigNumber*

*Defined in* [*src/types/index.ts:1058*](https://github.com/PolymathNetwork/polymesh-sdk/blob/bf2b7a12/src/types/index.ts#L1058)

### date

• **date**: *Date*

*Defined in* [*src/types/index.ts:1059*](https://github.com/PolymathNetwork/polymesh-sdk/blob/bf2b7a12/src/types/index.ts#L1059)

### target

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

*Defined in* [*src/types/index.ts:1060*](https://github.com/PolymathNetwork/polymesh-sdk/blob/bf2b7a12/src/types/index.ts#L1060)

### withheldTax

• **withheldTax**: *BigNumber*

*Defined in* [*src/types/index.ts:1062*](https://github.com/PolymathNetwork/polymesh-sdk/blob/bf2b7a12/src/types/index.ts#L1062)
