Skip to content

Class CrossIndustryInvoiceStreamOptions

Represents the options for configuring a Cross Industry Invoice (CII) stream during Factur-X document generation.

Assembly: FacturXDotNet.dll
csharp
public class CrossIndustryInvoiceStreamOptions

Properties

CiiAttachmentName

The name of the Cross Industry Invoice (CII) attachment file used in the Factur-X document generation process.

csharp
public string? CiiAttachmentName { get; set; }

LeaveOpen

The flag indicating whether the provided stream should remain open after Factur-X document generation operations are completed.

csharp
public bool LeaveOpen { get; set; }

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