Function: cancelRxResponse()
cancelRxResponse(
message):CancelRxResponse|undefined
Convenience accessor: the CancelRxResponse body, or undefined.
Parameters
message
A parsed ScriptMessage.
Returns
CancelRxResponse | undefined
The cancel-response body, or undefined.
Example
cancelRxResponse(parseScript(xml))?.outcome; // "approved" | "denied" | …