Zamok Kiosk API
    Preparing search index...
    refundOwed: PayloadAC<"REFUND_OWED", { amount: number }> = ...

    Announces that a refund is owed to the user, typically after overpayment or cancellation.

    {
    type: 'REFUND_OWED',
    payload: {
    amount: 5
    }
    }