Files
digifi-BankEmulator/app/swagger/schemas/RevokeEnableConsentResponse.json
T
2025-03-24 08:44:57 +01:00

25 lines
560 B
JSON

{
"type": "object",
"properties": {
"$type": {
"type": "string",
"example": "RevokeEnableConsentResponse"
},
"customerId": {
"type": "string",
"example": "CN621868"
},
"accountId": {
"type": "string",
"example": "2017821799"
},
"resultCode": {
"type": "string",
"example": "00"
},
"resultDescription": {
"type": "string",
"example": "Success"
}
}
}