Skip to content

Class MinimumExchangedDocumentContext

EXCHANGE DOCUMENT CONTEXT - A group of business terms providing information on the business process and rules applicable to the Invoice document.

Assembly: FacturXDotNet.dll
csharp
public class MinimumExchangedDocumentContext

Properties

BusinessProcessSpecifiedDocumentContextParameterId

Business process type - Identifies the business process context in which the transaction appears, to enable the Buyer to process the Invoice in an appropriate way.

csharp
public string? BusinessProcessSpecifiedDocumentContextParameterId { get; set; }

GuidelineSpecifiedDocumentContextParameterId

Specification identifier - An identification of the specification containing the total set of rules regarding semantic content, cardinalities and business rules to which the data contained in the instance document conforms.

csharp
public GuidelineSpecifiedDocumentContextParameterId GuidelineSpecifiedDocumentContextParameterId { get; set; }

Methods

ToExchangedDocumentContext()

Return the FacturXDotNet.Models.CII.ExchangedDocumentContext that this class is a view of.

csharp
public ExchangedDocumentContext ToExchangedDocumentContext()
Returns

FacturXDotNet.Models.CII.ExchangedDocumentContext: The FacturXDotNet.Models.CII.ExchangedDocumentContext that this class is a view of.

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