Interface: X12RemitTrace
Decoded TRN - Reassociation Trace Number. Pairs the 835 to the
originating payer's payment artifact (ACH trace, check number) so a
cash-poster can reconcile. referenceId is the trace number a bank
statement / ACH addenda will carry; originatingCompanyId is the
payer's CMS-assigned (or proprietary) routing identifier.
Example
import type { X12RemitTrace } from "@cosyte/x12";
declare const t: X12RemitTrace;
t.traceTypeCode; // "1" - Current Transaction Trace Numbers
t.referenceId; // e.g. "12345" (verbatim)
t.originatingCompanyId; // e.g. "1512345678"
Properties
originatingCompanyId
readonlyoriginatingCompanyId:string|undefined
originatingCompanySupplementalCode
readonlyoriginatingCompanySupplementalCode:string|undefined
referenceId
readonlyreferenceId:string
traceTypeCode
readonlytraceTypeCode:string