Zamok Kiosk API
    Preparing search index...

    Variable userSelectedPaymentMethodConst

    userSelectedPaymentMethod: PayloadAC<
        "USER_SELECTED_PAYMENT_METHOD",
        null
        | PaymentMethod,
    > = ...

    Call this when the user selects a payment method so the correct payment device can be initiated. Pass null to clear the selected method.

    {
    type: 'USER_SELECTED_PAYMENT_METHOD',
    payload: 'Credit'
    }