Skip to content

Class CrossIndustryInvoiceReaderOptions

The options that can be passed to the FacturXDotNet.Parsing.CII.CrossIndustryInvoiceReader.

Assembly: FacturXDotNet.dll
csharp
public class CrossIndustryInvoiceReaderOptions

Properties

Logger

The logger that should be used by the reader. The reader logs the unknown paths it encounters at the WARN level.

csharp
public ILogger? Logger { get; set; }

The tools are open source and released under the MIT License, feel free to use, modify, and share.