Zamok Kiosk API
    Preparing search index...

    Variable cancelTransactionConst

    cancelTransaction: PayloadAC<"CANCEL_TRANSACTION", { reason: CancelReason }> = ...

    Cancels the current transaction in progress, providing a reason for cancellation.

    {
    type: 'CANCEL_TRANSACTION',
    payload: {
    reason: 'Cancelled by UI'
    }
    }