Interface: X12ClaimAddress
Decoded N3 + N4 address block attached to an entity. Same shape as the 835's address (intentional - symmetry across helpers). All fields verbatim, no normalization.
Example
import type { X12ClaimAddress } from "@cosyte/x12";
declare const a: X12ClaimAddress;
a.lines[0]; // "123 PROVIDER WAY"
a.city; // "CLEVELAND"
a.state; // "OH"
a.postalCode; // "44113"
Properties
city
readonlycity:string|undefined
countryCode
readonlycountryCode:string|undefined
lines
readonlylines: readonlystring[]
postalCode
readonlypostalCode:string|undefined
state
readonlystate:string|undefined