Skip to main content
Version: v0.0.2

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

readonly ge: GeSegment | undefined


gs

readonly gs: GsSegment


transactions

readonly transactions: readonly X12TransactionSet[]