Skip to main content
Version: v0.0.2

Interface: Build834PartySpec

N1 party - sponsor (Loop 1000A, N1*P5) or payer (Loop 1000B, N1*IN). Mirrors "./types.js".X12EnrollmentParty.

Example

import type { Build834PartySpec } from "@cosyte/x12";
const sponsor: Build834PartySpec = {
entityIdentifierCode: "P5", name: "EMPLOYER CO", idQualifier: "FI", idCode: "FEIN123",
};

Properties

entityIdentifierCode

readonly entityIdentifierCode: string

N1-01 - entity identifier code (P5 sponsor / IN payer).


idCode?

readonly optional idCode?: string

N1-04 - identification code.


idQualifier?

readonly optional idQualifier?: string

N1-03 - identification code qualifier.


name

readonly name: string

N1-02 - party name.