ZUGFeRDService: Add Options AllowZugferd10, AllowZugferd2x

This commit is contained in:
Jonathan Jenne
2022-12-23 13:49:23 +01:00
parent debd07256c
commit d4a4e842fa
2 changed files with 22 additions and 17 deletions

View File

@@ -35,9 +35,10 @@
Public Property RejectionTransferTimeUnit As String = "HOUR"
Public Property RejectionTransferTimeValue As Integer = 12
Public Property AllowFacturX As Boolean = True
Public Property AllowXRechnung As Boolean = True
Public Property AllowFacturX As Boolean = False
Public Property AllowXRechnung As Boolean = False
Public Property AllowZugferd10 As Boolean = True
Public Property AllowZugferd2x As Boolean = True
End Class
Public Class FirebirdConfig