Class ExchangedDocumentContext
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 ExchangedDocumentContext
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; }