Skip to main content
Version: v0.0.2

Interface: X12Ack999Ak9

The decoded AK9 functional group response trailer.

  • disposition - AK9-01: functional-group-level disposition.
  • numberOfTransactionSets - AK9-02: echoes the inbound GE-01.
  • numberOfReceivedTransactionSets - AK9-03: how many ST..SE pairs actually arrived.
  • numberOfAcceptedTransactionSets - AK9-04: how many were accepted. By construction 0 <= accepted <= received <= numberOfTransactionSets.
  • syntaxErrorCodes - AK9-05..AK9-09: situational; up to five functional-group syntax error codes (code list 716).

Properties

disposition

readonly disposition: X12AckDispositionCode


numberOfAcceptedTransactionSets

readonly numberOfAcceptedTransactionSets: number


numberOfReceivedTransactionSets

readonly numberOfReceivedTransactionSets: number


numberOfTransactionSets

readonly numberOfTransactionSets: number


syntaxErrorCodes

readonly syntaxErrorCodes: readonly string[]