Files
digifi-BankEmulator/app/swagger/schemas/eco/DebtClosureNotificationResponse.json
T
2025-07-30 05:16:47 +01:00

8 lines
133 B
JSON

{
"type": "object",
"properties": {
"resultCode": { "type": "integer" },
"resultDescription": { "type": "string" }
}
}