Click or drag to resize

TechnicalAck Enumeration

Control the generation of X12 TA1 or EDIFACT CONTRL.

Namespace: EdiFabric.Core.Model.Ack
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public enum TechnicalAck
Members
Member nameValueDescription
Enforce0 Enforce the generation of technical acknowledgment.
Default1 Generate according to the ISA14 flag (for X12) or UNB9 flag (for EDIFACT).
Suppress2 Suppress the generation of technical acknowledgment.
See Also