Interface BEOConfig

interface BEOConfig {
    active?: boolean;
    config?: {
        client-code?: string;
        customer-code?: string;
        password?: string;
        token?: string;
        username?: string;
    };
    vendor?: "beo";
}

Properties

active?: boolean
config?: {
    client-code?: string;
    customer-code?: string;
    password?: string;
    token?: string;
    username?: string;
}

Type declaration

  • Optional client-code?: string

    mandantId

  • Optional customer-code?: string

    Kundennummer

  • Optional password?: string
  • Optional token?: string
  • Optional username?: string
vendor?: "beo"