*/ public array $lines = []; /** Frei konfigurierter HTML-Text (alternativ zu $lines). */ public ?string $html = null; /** Soll der GiroCode (QR) angezeigt werden? */ public bool $showGiroCode = false; }