Skip to main content
Version: v0.0.2

Interface: X12StatusEntity

A non-person entity decoded from an NM1 - the payer (Loop 2100A), information receiver (2100B), or service provider (2100C).

Example

import type { X12StatusEntity } from "@cosyte/x12";
declare const e: X12StatusEntity;
e.entityIdentifierCode; // "PR" / "41" / "1P"
e.name; // "MEDPAY INSURANCE"
e.idCode; // "00123"

Properties

entityIdentifierCode

readonly entityIdentifierCode: string


entityTypeQualifier

readonly entityTypeQualifier: string


idCode

readonly idCode: string | undefined


idQualifier

readonly idQualifier: string | undefined


name

readonly name: string