Skip to content

Class ExchangedDocument

EXCHANGE DOCUMENT

Assembly: FacturXDotNet.dll
csharp
public class ExchangedDocument

Properties

Id

Invoice number - A unique identification of the Invoice.

csharp
public string? Id { get; set; }

TypeCode

Invoice type code - A code specifying the functional type of the Invoice.

csharp
public InvoiceTypeCode? TypeCode { get; set; }

IssueDateTime

Invoice issue date - The date when the Invoice was issued.

csharp
public DateOnly? IssueDateTime { get; set; }

IssueDateTimeFormat

Date, format

csharp
public DateOnlyFormat? IssueDateTimeFormat { get; set; }

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