We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c81ea commit e2281ceCopy full SHA for e2281ce
ZUGFeRD/InvoiceDescriptor.cs
@@ -248,7 +248,7 @@ public class InvoiceDescriptor
248
/// <summary>
249
/// A group of business terms providing information about VAT breakdown by different categories, rates and exemption reasons
250
/// </summary>
251
- public List<Tax> Taxes { get; set; } = new List<Tax>();
+ public List<Tax> Taxes { get; internal set; } = new List<Tax>();
252
253
254
/// Transport and packaging costs
0 commit comments