Files
FirstCore/app/swagger/schemas/NotificationCallbackResponse.json
T
Azeez Muibi 0ea9fba128 update
2025-04-14 10:03:25 +01:00

16 lines
318 B
JSON

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