Skip to main content

NotifyIssuedPayment

Stable

Signature

mutation {
NotifyIssuedPayment(investmentId: ...)
}

Retourne : Boolean!

Arguments

NomTypeRequisDéfautDescription
investmentIdID!

Exemple

mutation {
NotifyIssuedPayment(
investmentId: $investmentId
)
}