Class MinimumExchangedDocument
EXCHANGE DOCUMENT
Assembly: FacturXDotNet.dll
csharp
public class MinimumExchangedDocument
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; }
Methods
ToExchangedDocument()
Return the FacturXDotNet.Models.CII.ExchangedDocument that this class is a view of.
csharp
public ExchangedDocument ToExchangedDocument()
Returns
FacturXDotNet.Models.CII.ExchangedDocument: The FacturXDotNet.Models.CII.ExchangedDocument that this class is a view of.