Files
digifi-swagger/schemas/PenalChargeResponse.json
2025-03-19 19:38:42 +01:00

13 lines
274 B
JSON

{
"type": "object",
"properties": {
"resultCode": {
"type": "string",
"example": "00"
},
"resultDescription": {
"type": "string",
"example": "Penal charge debited successfully"
}
}
}