Skip to content

Commit e2281ce

Browse files
committed
made Taxes list setter internal
1 parent e8c81ea commit e2281ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ZUGFeRD/InvoiceDescriptor.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ public class InvoiceDescriptor
248248
/// <summary>
249249
/// A group of business terms providing information about VAT breakdown by different categories, rates and exemption reasons
250250
/// </summary>
251-
public List<Tax> Taxes { get; set; } = new List<Tax>();
251+
public List<Tax> Taxes { get; internal set; } = new List<Tax>();
252252

253253
/// <summary>
254254
/// Transport and packaging costs

0 commit comments

Comments
 (0)