Interface: X12AuthTrace
A reassociation trace (TRN). A 278 request carries a trace the response echoes verbatim so the requester can re-associate the certification outcome with the request it sent - the walker NEVER mutates it.
Example
import type { X12AuthTrace } from "@cosyte/x12";
declare const t: X12AuthTrace;
t.traceTypeCode; // "1" (current transaction)
t.referenceId; // "AUTHREQ-202606-0001"
Properties
originatingCompanyId
readonlyoriginatingCompanyId:string|undefined
referenceId
readonlyreferenceId:string
supplementalReferenceId
readonlysupplementalReferenceId:string|undefined
traceTypeCode
readonlytraceTypeCode:string