Interface BEOConfig

interface BEOConfig {
    client-code?: string;
    customer-code?: string;
    password?: string;
    token?: string;
    username?: string;
}

Properties

client-code?: string

mandantId

customer-code?: string

Kundennummer

password?: string
token?: string
username?: string