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
readonlyentity:Build277EntitySpec
Loop 2100B information-receiver entity (NM1).
providers
readonlyproviders: readonlyBuild277ProviderSpec[]
Loop 2000C service providers (at least one required - a receiver with none is refused).