X12AcknowledgmentOptions
class X12AcknowledgmentOptions
Contains options for configuring X12 acknowledgments. These options control how functional and technical acknowledgments are handled.
Types
Properties
Link copied to clipboard
Specifies whether functional acknowledgments (997/999) should be generated for incoming X12 transactions. Valid values are DO_NOT_GENERATE
, GENERATE_ALL_SEGMENTS
and GENERATE_WITHOUT_TRANSACTION_SET_RESPONSE_LOOP
.
Link copied to clipboard
Specifies whether technical acknowledgments (TA1) should be generated for incoming X12 interchanges. Valid values are DO_NOT_GENERATE
and GENERATE_ALL_SEGMENTS
and.