Files
digifi-BankToProductCore/app/swagger/schemas/NotificationCallbackResponse.json
T
2025-03-25 06:39:27 +01:00

16 lines
318 B
JSON

{
"type": "object",
"properties": {
"resultCode": {
"type": "string",
"example": "00"
},
"resultDescription": {
"type": "string",
"example": "Successful"
}
},
"xml": {
"name": "NotificationCallbackResponse"
}
}