@sumup/sdk
    Preparing search index...

    Type Alias Operator

    type Operator = {
        account_type: "operator" | "normal";
        created_at: string;
        disabled: boolean;
        id: number;
        nickname?: string | null;
        permissions: SumUp.Subaccounts.Permissions;
        updated_at: string;
        username: string;
    }
    Index

    Properties

    account_type: "operator" | "normal"
    created_at: string

    The timestamp of when the operator was created.

    disabled: boolean
    id: number
    nickname?: string | null
    updated_at: string

    The timestamp of when the operator was last updated.

    username: string