Class CrossIndustryInvoice
An invoice in the Factur-X format. This class represents invoices in any profile of the Factur-X format. To that end, the nullability of the properties is determined by the MINIMUM profile.
Assembly: FacturXDotNet.dll
csharp
public class CrossIndustryInvoice
Properties
ExchangedDocumentContext
EXCHANGE DOCUMENT CONTEXT - A group of business terms providing information on the business process and rules applicable to the Invoice document.
csharp
public ExchangedDocumentContext? ExchangedDocumentContext { get; set; }
ExchangedDocument
EXCHANGE DOCUMENT
csharp
public ExchangedDocument? ExchangedDocument { get; set; }
SupplyChainTradeTransaction
SUPPLY CHAIN TRADE TRANSACTION
csharp
public SupplyChainTradeTransaction? SupplyChainTradeTransaction { get; set; }