Cancel transaction request body information.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CancelthetransactionRequest", "title": "CancelthetransactionRequest", "required": [ "value" ], "type": "object", "description": "Cancel transaction request body information.", "properties": { "value": { "type": "number", "description": "Value of the purchase that will be cancelled." } } }