api.entities.DividendDistribution.HumanReadable - PolymeshAssociation/polymesh-sdk GitHub Wiki
Interface: HumanReadable
api/entities/DividendDistribution.HumanReadable
Hierarchy
-
↳
HumanReadable
Table of contents
Properties
- assetId
- currency
- declarationDate
- defaultTaxWithholding
- description
- expiryDate
- id
- maxAmount
- origin
- paymentDate
- perShare
- targets
- taxWithholdings
Properties
assetId
• assetId: string
Inherited from
Defined in
api/entities/CorporateAction.ts:22
currency
• currency: string
Defined in
api/entities/DividendDistribution/index.ts:65
declarationDate
• declarationDate: string
Inherited from
Defined in
api/entities/CorporateAction.ts:23
defaultTaxWithholding
• defaultTaxWithholding: string
Inherited from
HumanReadable.defaultTaxWithholding
Defined in
api/entities/CorporateAction.ts:26
description
• description: string
Inherited from
Defined in
api/entities/CorporateAction.ts:24
expiryDate
• expiryDate: null
| string
Defined in
api/entities/DividendDistribution/index.ts:68
id
• id: string
Inherited from
Defined in
api/entities/CorporateAction.ts:21
maxAmount
• maxAmount: string
Defined in
api/entities/DividendDistribution/index.ts:67
origin
• origin: Object
Type declaration
Name | Type |
---|---|
did |
string |
id? |
string |
Defined in
api/entities/DividendDistribution/index.ts:64
paymentDate
• paymentDate: string
Defined in
api/entities/DividendDistribution/index.ts:69
perShare
• perShare: string
Defined in
api/entities/DividendDistribution/index.ts:66
targets
• targets: Object
Type declaration
Name | Type |
---|---|
identities |
string [] |
treatment |
TargetTreatment |
Inherited from
Defined in
api/entities/CorporateAction.ts:25
taxWithholdings
• taxWithholdings: { identity
: string
; percentage
: string
}[]