Skip to main content

SetDistributionReinvestment

Stable

Signature

mutation {
SetDistributionReinvestment(id: ..., needReinvestment: ...)
}

Retourne : AccountSecurityContract!

Arguments

NomTypeRequisDéfautDescription
idID!
needReinvestmentBoolean!
reinvestmentPercentageFloat

Exemple

mutation {
SetDistributionReinvestment(
id: $id
needReinvestment: $needReinvestment
) {
id
account {}
security {}
taxArrangement {}
pledges {}
redeemableSecuritiesNumber
currentWithdrawalPrice
}
}