Interface: MessageInput
The message to build: an optional header, the body records, and an optional terminator code.
Properties
header?
readonlyoptionalheader?:HeaderInput
Header fields; the canonical H|\^& declaration is always emitted.
records
readonlyrecords: readonlyAstmRecordInput[]
The body records, in order. H and L are supplied by the builder.
terminationCode?
readonlyoptionalterminationCode?:string
Field 3 of the auto-appended L (terminator) record: the termination code
(e.g. N normal). Omitted by default (not defaulted to a value the caller
did not choose); the L seq is always emitted.