Interface: X12StatusMember
A person (subscriber Loop 2100D / dependent Loop 2100E) decoded from an
NM1. idCode is the member identifier (NM1-09) - synthetic-only in
fixtures.
Example
import type { X12StatusMember } from "@cosyte/x12";
declare const m: X12StatusMember;
m.lastName; // "DOE"
m.idCode; // "MBR0001"
Properties
entityIdentifierCode
readonlyentityIdentifierCode:string
entityTypeQualifier
readonlyentityTypeQualifier:string
firstName
readonlyfirstName:string|undefined
idCode
readonlyidCode:string|undefined
idQualifier
readonlyidQualifier:string|undefined
lastName
readonlylastName:string|undefined
middleName
readonlymiddleName:string|undefined
suffix
readonlysuffix:string|undefined