Skip to main content
Version: v0.0.2

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

readonly originatingCompanyId: string | undefined


referenceId

readonly referenceId: string


supplementalReferenceId

readonly supplementalReferenceId: string | undefined


traceTypeCode

readonly traceTypeCode: string