Skip to main content
Version: v0.0.2

Interface: Build277InformationReceiverSpec

One information receiver (Loop 2000B / 2100B). Carries the receiver entity (NM1) and its service providers.

Example

import type { Build277InformationReceiverSpec } from "@cosyte/x12";
const r: Build277InformationReceiverSpec = {
entity: { entityIdentifierCode: "41", entityTypeQualifier: "2", name: "CLEARINGHOUSE", idQualifier: "46", idCode: "CH001" },
providers: [],
};

Properties

entity

readonly entity: Build277EntitySpec

Loop 2100B information-receiver entity (NM1).


providers

readonly providers: readonly Build277ProviderSpec[]

Loop 2000C service providers (at least one required - a receiver with none is refused).