Files
FirstCore/app/swagger/schemas/NotificationCallbackResponse.json
T
Azeez Muibi 075f953dbc first commit
2025-04-10 19:32:50 +01:00

16 lines
318 B
JSON

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