ZUGFeRDService: Fix updating rejection status

This commit is contained in:
Jonathan Jenne
2022-07-07 13:53:09 +02:00
parent 3658326547
commit 55e484308c
2 changed files with 21 additions and 10 deletions

View File

@@ -29,6 +29,10 @@
''' there's no size limit.
''' </summary>
Public Property MaxAttachmentSizeInMegaBytes As Integer = -1
Public Property RejectionTransferTimeUnit As String = "HOUR"
Public Property RejectionTransferTimeValue As Integer = 12
End Class
Public Class FirebirdConfig