Skip to main content
Version: v0.0.2

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

readonly implementationConventionReference: string | undefined


transactionSetControlNumber

readonly transactionSetControlNumber: string


transactionSetIdCode

readonly transactionSetIdCode: string