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?
readonlyoptionaloriginatingCompanyId?:string
TRN-03 - originating company identifier.
referenceId
readonlyreferenceId:string
TRN-02 - reference identification (echoed verbatim between request/response).
supplementalReferenceId?
readonlyoptionalsupplementalReferenceId?:string
TRN-04 - supplemental reference identifier.
traceTypeCode
readonlytraceTypeCode:string
TRN-01 - trace type code.