RefuseBankAccount
Signature
mutation {
RefuseBankAccount(bankAccountId: ...)
}
Retourne : BankAccount!
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
bankAccountId | ID! | ✓ | — | — |
Exemple
mutation {
RefuseBankAccount(
bankAccountId: $bankAccountId
) {
resolvedPropertyValues(technicalCodes: $technicalCodes) {}
id
account {}
iban
bic
holderName
bankName
status {}
documentControl {}
bankAccountType {}
countryLocation {}
countryRisk {}
countryRiskDetailed {}
customProperties {}
externalProvider {}
externalId
activeExternalProvider
}
}