Transaction response information.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TransactionResponse", "title": "TransactionResponse", "description": "Transaction response information.", "required": [ "oid", "value", "date" ], "type": "object", "properties": { "oid": { "type": "string", "description": "Operation identification." }, "value": { "type": "number", "description": "Value information." }, "date": { "type": "string", "description": "Date information." } } }