10 lines
221 B
JSON
10 lines
221 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"transactionId": { "type": "string" },
|
|
"amountCollected": { "type": "number" },
|
|
"resultCode": { "type": "integer" },
|
|
"resultDescription": { "type": "string" }
|
|
}
|
|
}
|