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

9 lines
176 B
JSON

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