Interface: X12Ack999Ak2
The decoded AK2 transaction set response header (loop 2000).
transactionSetIdCode- AK2-01: echoes the inbound ST-01 (e.g.837,270).transactionSetControlNumber- AK2-02: echoes the inbound ST-02.implementationConventionReference- AK2-03: echoes the inbound ST-03 (the TR3 ID, e.g.005010X222A2); situational.
Example
import type { X12Ack999Ak2 } from "@cosyte/x12";
declare const ak2: X12Ack999Ak2;
ak2.transactionSetIdCode; // "837"
Properties
implementationConventionReference
readonlyimplementationConventionReference:string|undefined
transactionSetControlNumber
readonlytransactionSetControlNumber:string
transactionSetIdCode
readonlytransactionSetIdCode:string