Zamok Kiosk API
    Preparing search index...
    loadPreviewPaymentResponse: PayloadAC<
        "LOAD_PREVIEW_PAYMENT_RESPONSE",
        PaymentPreviewResponse,
    > = ...

    Dispatch to load the preview payment response into state.

    {
    type: "LOAD_PREVIEW_PAYMENT_RESPONSE",
    payload: {
    fees: []
    }
    }