Interface: X12EligibilityTrace
A reassociation trace (TRN). The verbatim echo of the requesting 270's
trace number - referenceId (TRN-02) is the value a provider matches
against the trace it sent. The walker NEVER mutates it.
Example
import type { X12EligibilityTrace } from "@cosyte/x12";
declare const t: X12EligibilityTrace;
t.traceTypeCode; // "2" (referenced - added by the payer in the 271)
t.referenceId; // "ELIG20260627001" (echoed verbatim from the 270)
Properties
originatingCompanyId
readonlyoriginatingCompanyId:string|undefined
referenceId
readonlyreferenceId:string
supplementalReferenceId
readonlysupplementalReferenceId:string|undefined
traceTypeCode
readonlytraceTypeCode:string