Class AttachmentOptions
Represents the options for configuring an attachment during Factur-X document generation.
Assembly: FacturXDotNet.dll
csharp
public class AttachmentOptions
Properties
ConflictResolution
The approach to resolve naming conflicts for attachments when an attachment with the same name already exists in the base document.
csharp
public FacturXDocumentBuilderAttachmentConflictResolution ConflictResolution { get; set; }