Skip to main content
Version: v0.0.2

Interface: Build835TraceSpec

TRN reassociation trace. At least one is required by the TR3 (it pairs the 835 to the payment artifact a cash-poster reconciles against).

Example

import type { Build835TraceSpec } from "@cosyte/x12";
const trn: Build835TraceSpec = {
traceTypeCode: "1", referenceId: "0012345", originatingCompanyId: "1512345678",
};

Properties

originatingCompanyId?

readonly optional originatingCompanyId?: string

TRN-03 - originating company identifier.


originatingCompanySupplementalCode?

readonly optional originatingCompanySupplementalCode?: string

TRN-04 - originating company supplemental code.


referenceId

readonly referenceId: string

TRN-02 - reference identification (the trace / check number).


traceTypeCode

readonly traceTypeCode: string

TRN-01 - trace type code (1 current transaction trace numbers).