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
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.
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.
public GuidelineSpecifiedDocumentContextParameterId GuidelineSpecifiedDocumentContextParameterId { get; set; }
Methods
ToExchangedDocumentContext()
Return the FacturXDotNet.Models.CII.ExchangedDocumentContext that this class is a view of.
public ExchangedDocumentContext ToExchangedDocumentContext()
Returns
FacturXDotNet.Models.CII.ExchangedDocumentContext: The FacturXDotNet.Models.CII.ExchangedDocumentContext that this class is a view of.