Skip to main content
Version: v0.0.2

Interface: Build278TraceSpec

A reassociation trace (TRN) on a review. A 278 request carries a trace the response echoes VERBATIM so the requester can re-associate the certification outcome. Mirrors "./types.js".X12AuthTrace.

Example

import type { Build278TraceSpec } from "@cosyte/x12";
const t: Build278TraceSpec = { traceTypeCode: "1", referenceId: "AUTHREQ-202606-0001" };

Properties

originatingCompanyId?

readonly optional originatingCompanyId?: string

TRN-03 - originating company identifier.


referenceId

readonly referenceId: string

TRN-02 - reference identification (echoed verbatim between request/response).


supplementalReferenceId?

readonly optional supplementalReferenceId?: string

TRN-04 - supplemental reference identifier.


traceTypeCode

readonly traceTypeCode: string

TRN-01 - trace type code.