Class MinimumCrossIndustryInvoice
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 MinimumCrossIndustryInvoice
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 MinimumExchangedDocumentContext ExchangedDocumentContext { get; set; }
ExchangedDocument
EXCHANGE DOCUMENT
csharp
public MinimumExchangedDocument ExchangedDocument { get; set; }
SupplyChainTradeTransaction
SUPPLY CHAIN TRADE TRANSACTION
csharp
public MinimumSupplyChainTradeTransaction SupplyChainTradeTransaction { get; set; }
Methods
ToCrossIndustryInvoice()
Return the FacturXDotNet.Models.CII.CrossIndustryInvoice that this class is a view of.
csharp
public CrossIndustryInvoice ToCrossIndustryInvoice()
Returns
FacturXDotNet.Models.CII.CrossIndustryInvoice: The FacturXDotNet.Models.CII.CrossIndustryInvoice that this class is a view of.