Skip to main content
Version: v0.0.2

Interface: Build820DateSpec

DTM date attached to a remittance loop. Mirrors "./types.js".X12PremiumDate. The 820 carries dates only inside a remittance loop - a header-level DTM is not part of the typed surface.

Example

import type { Build820DateSpec } from "@cosyte/x12";
const d: Build820DateSpec = { qualifier: "582", value: "20260601" };

Properties

qualifier

readonly qualifier: string

DTM-01 - date/time qualifier.


value

readonly value: string

DTM-02 - verbatim CCYYMMDD date.