Zamok Kiosk API
    Preparing search index...

    Variable startTransactionConst

    startTransaction: PayloadAC<
        "START_TRANSACTION",
        { externalID?: string; total: number },
    > = ...

    Initiates a new sales transaction with the specified total.

    {
    type: 'START_TRANSACTION',
    payload: {
    total: 100,
    }
    }