Integration ZUGFeRD 2.3.3 XSD Schema

This commit is contained in:
2025-05-14 15:34:14 +02:00
parent 2ec92511cb
commit 9d76b17b1d
4 changed files with 46121 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ Public Class ImportZUGFeRDFiles
_zugferd = New ZUGFeRDInterface(_logConfig, _gdpictureLicenseKey, New ZUGFeRDInterface.ZugferdOptions() With {
.AllowFacturX_Filename = oArgs.AllowFacturX,
.AllowXRechnung_Filename = oArgs.AllowXRechnung,
.AllowPeppol_3017_Schema = oArgs.AllowPeppolBISBill3x
.AllowPeppol_3_x_Schema = oArgs.AllowPeppolBISBill3x
})
_logger.Debug("Starting Job {0}", [GetType].Name)