Interface: X12Ack999Ak1
The decoded AK1 functional group response header (loop 1).
functionalIdCode- AK1-01: echoes the inbound GS-01 (e.g.HCfor a claim group).groupControlNumber- AK1-02: echoes the inbound GS-06.versionRelease- AK1-03: echoes the inbound GS-08 (e.g.005010X222A2). Situational at the standard level, ALWAYS present in X231A1; surfaced asstring | undefinedto remain lenient on parse.
Example
import type { X12Ack999Ak1 } from "@cosyte/x12";
declare const ak1: X12Ack999Ak1;
ak1.functionalIdCode; // "HC"
ak1.versionRelease; // "005010X222A2" | undefined
Properties
functionalIdCode
readonlyfunctionalIdCode:string
groupControlNumber
readonlygroupControlNumber:string
versionRelease
readonlyversionRelease:string|undefined