9 lines
252 B
JSON
9 lines
252 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"transactionId": { "type": "string", "example": "txn-12345" },
|
|
"resultCode": { "type": "integer", "example": 0 },
|
|
"resultDescription": { "type": "string", "example": "Disbursement successful" }
|
|
}
|
|
}
|