Interface: X12FunctionalGroup
A single GS..GE functional group inside an interchange. transactions
is the ordered list of ST..SE transaction sets inside it (opaque bodies
at Phase 1 - see X12TransactionSet).
Example
import type { X12FunctionalGroup } from "@cosyte/x12";
declare const group: X12FunctionalGroup;
group.gs.elements[1]; // GS-01 - functional ID code
group.transactions.length;
Properties
ge
readonlyge:GeSegment|undefined
gs
readonlygs:GsSegment
transactions
readonlytransactions: readonlyX12TransactionSet[]