feat: add ShowDividend flag to CertificateReportData

This commit is contained in:
2026-03-23 15:49:10 +01:00
parent cc3d3695fe
commit 2ddd5af043

View File

@@ -160,4 +160,5 @@ public class CertificateReportData
public ScenarioAnalysis Scenario { get; set; } = new();
public byte[]? ChartImage { get; set; }
public bool ShowBranding { get; set; } = false;
public bool ShowDividend { get; set; } = false;
}