Class XmpFacturXMetadataWriterOptions
Options for writing the FacturX metadata.
Assembly: FacturXDotNet.dll
csharp
public class XmpFacturXMetadataWriterOptions
Properties
NamespaceUri
The namespace URI to use for the FacturX metadata.
csharp
public string NamespaceUri { get; set; }
Prefix
The prefix to use for the FacturX metadata.
csharp
public string Prefix { get; set; }