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?
readonlyoptionaloriginatingCompanyId?:string
TRN-03 - originating company identifier.
originatingCompanySupplementalCode?
readonlyoptionaloriginatingCompanySupplementalCode?:string
TRN-04 - originating company supplemental code.
referenceId
readonlyreferenceId:string
TRN-02 - reference identification (the trace / check number).
traceTypeCode
readonlytraceTypeCode:string
TRN-01 - trace type code (1 current transaction trace numbers).