Interface: Build271AddressSpec
A postal address (N3 + N4) attached to a subscriber / dependent name. Mirrors "./types.js".X12EligibilityAddress.
Example
import type { Build271AddressSpec } from "@cosyte/x12";
const a: Build271AddressSpec = {
lines: ["123 MAIN ST"], city: "ANYTOWN", state: "CA", postalCode: "90001",
};
Properties
city?
readonlyoptionalcity?:string
N4-01 - city.
countryCode?
readonlyoptionalcountryCode?:string
N4-04 - country code.
lines
readonlylines: readonlystring[]
N3 address lines (1-2).
postalCode?
readonlyoptionalpostalCode?:string
N4-03 - postal code.
state?
readonlyoptionalstate?:string
N4-02 - state / province.