@sumup/sdk
    Preparing search index...

    Type Alias ReaderDevice

    Information about the underlying physical device.

    type ReaderDevice = {
        identifier: string;
        model: "solo" | "virtual-solo";
    }
    Index

    Properties

    Properties

    identifier: string

    A unique identifier of the physical device (e.g. serial number).

    model: "solo" | "virtual-solo"

    Identifier of the model of the device.