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 and external ID.

    {
    type: 'START_TRANSACTION',
    payload: {
    total: 100,
    externalID: 'ext-123'
    }
    }