Interface: X12EligibilityAddress
A postal address (N3 + N4) attached to a subscriber / dependent name.
Example
import type { X12EligibilityAddress } from "@cosyte/x12";
declare const a: X12EligibilityAddress;
a.lines[0]; // "123 MAIN ST"
a.city; // "ANYTOWN"
a.state; // "CA"
a.postalCode; // "90001"
Properties
city
readonlycity:string|undefined
countryCode
readonlycountryCode:string|undefined
lines
readonlylines: readonlystring[]
postalCode
readonlypostalCode:string|undefined
state
readonlystate:string|undefined