feat: add ShowNatixis flag to CertificateReportData

This commit is contained in:
2026-03-26 12:16:11 +01:00
parent de9d235703
commit df726306db

View File

@@ -161,4 +161,5 @@ public class CertificateReportData
public byte[]? ChartImage { get; set; } public byte[]? ChartImage { get; set; }
public bool ShowBranding { get; set; } = false; public bool ShowBranding { get; set; } = false;
public bool ShowDividend { get; set; } = false; public bool ShowDividend { get; set; } = false;
public bool ShowNatixis { get; set; } = false;
} }