Interface: X12PremiumTrace
Decoded TRN - Reassociation Trace Number. Pairs the 820 to the
originating ACH / check artifact so the receiver can reconcile the
premium deposit. referenceId is the trace number a bank statement / ACH
addenda will carry.
Example
import type { X12PremiumTrace } from "@cosyte/x12";
declare const t: X12PremiumTrace;
t.traceTypeCode; // "1" - Current Transaction Trace Numbers
t.referenceId; // e.g. "PREM-202606" (verbatim)
Properties
originatingCompanyId
readonlyoriginatingCompanyId:string|undefined
originatingCompanySupplementalCode
readonlyoriginatingCompanySupplementalCode:string|undefined
referenceId
readonlyreferenceId:string
traceTypeCode
readonlytraceTypeCode:string