This commit is contained in:
Azeez Muibi
2025-04-14 10:03:25 +01:00
parent 5a5a35ab56
commit 0ea9fba128
22 changed files with 1021 additions and 2 deletions
@@ -0,0 +1,16 @@
{
"type": "object",
"properties": {
"resultCode": {
"type": "string",
"example": "00"
},
"resultDescription": {
"type": "string",
"example": "Successful"
}
},
"xml": {
"name": "NotificationCallbackResponse"
}
}