Skip to main content
Version: v0.0.2

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

readonly originatingCompanyId: string | undefined


originatingCompanySupplementalCode

readonly originatingCompanySupplementalCode: string | undefined


referenceId

readonly referenceId: string


traceTypeCode

readonly traceTypeCode: string