Interface: X12PremiumEntity
Decoded ENT - Entity (organization-summary remittance). assignedNumber
is ENT-01; the entity is identified by ENT-02 (entity id code) plus the
ENT-03 / ENT-04 qualifier + id. All verbatim.
Example
import type { X12PremiumEntity } from "@cosyte/x12";
declare const e: X12PremiumEntity;
e.assignedNumber; // "1"
e.entityIdentifierCode; // "2J" (correspondent)
e.idCode; // "GRP-0001"
Properties
assignedNumber
readonlyassignedNumber:string|undefined
entityIdentifierCode
readonlyentityIdentifierCode:string|undefined
idCode
readonlyidCode:string|undefined
idQualifier
readonlyidQualifier:string|undefined