feat: add ShowNatixis flag to CertificateReportData
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user