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

# DistributionPayment

## Hierarchy

* **DistributionPayment**

## Index

### Properties

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

## Properties

### amount

• **amount**: *BigNumber*

*Defined in* [*src/types/index.ts:1141*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/types/index.ts#L1141)

### blockNumber

• **blockNumber**: *BigNumber*

*Defined in* [*src/types/index.ts:1138*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/types/index.ts#L1138)

### date

• **date**: *Date*

*Defined in* [*src/types/index.ts:1139*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/types/index.ts#L1139)

### target

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

*Defined in* [*src/types/index.ts:1140*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/types/index.ts#L1140)

### withheldTax

• **withheldTax**: *BigNumber*

*Defined in* [*src/types/index.ts:1142*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/types/index.ts#L1142)
