Skip to main content
Version: v0.0.2

Interface: X12Ack999

The decoded 999 Implementation Acknowledgment. Returned by parse999(raw). Carries every loop the wire produced and the underlying parsed envelope (so byte-exact round-trip is reachable through interchange.isa.raw).

warnings collects both envelope-level warnings (from parseX12) AND any 999-specific warnings (e.g. an unknown disposition code, an AK9 count mismatch). The set is additive - never throws on a real-world 999.

Properties

ak1

readonly ak1: X12Ack999Ak1


ak9

readonly ak9: X12Ack999Ak9


interchange

readonly interchange: X12Interchange


transactionResponses

readonly transactionResponses: readonly X12Ack999TransactionResponse[]


warnings

readonly warnings: readonly X12ParseWarning[]