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
readonlyak1:X12Ack999Ak1
ak9
readonlyak9:X12Ack999Ak9
interchange
readonlyinterchange:X12Interchange
transactionResponses
readonlytransactionResponses: readonlyX12Ack999TransactionResponse[]
warnings
readonlywarnings: readonlyX12ParseWarning[]