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
) {
# Sélectionner les champs souhaités
}
}