10 lines
315 B
JSON
10 lines
315 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"transactionId": { "type": "string", "example": "txn-12345" },
|
|
"amountCollected": { "type": "number", "example": 1150.00 },
|
|
"resultCode": { "type": "integer", "example": 0 },
|
|
"resultDescription": { "type": "string", "example": "Collection successful" }
|
|
}
|
|
}
|