@sumup/sdk
    Preparing search index...

    Type Alias Reader

    Reader

    A physical card reader device that can accept in-person payments.

    type Reader = {
        created_at: string;
        device: ReaderDevice;
        id: ReaderID;
        meta?: Meta;
        name: ReaderName;
        status: ReaderStatus;
        updated_at: string;
    }
    Index

    Properties

    created_at: string

    The timestamp of when the reader was created.

    device: ReaderDevice
    meta?: Meta
    status: ReaderStatus
    updated_at: string

    The timestamp of when the reader was last updated.