ZUGFeRDService: Add Custom.RejectionTransferEnabled option

This commit is contained in:
Jonathan Jenne
2022-09-28 14:10:23 +02:00
parent 6fffd35625
commit 727d68f9ac
2 changed files with 4 additions and 1 deletions

View File

@@ -31,6 +31,7 @@
Public Property MaxAttachmentSizeInMegaBytes As Integer = -1
Public Property RejectionTransferEnabled As Boolean = False
Public Property RejectionTransferTimeUnit As String = "HOUR"
Public Property RejectionTransferTimeValue As Integer = 12
End Class