interface CivicaNameRecord {
    businessPhone?: string;
    emailAddress?: string;
    familyName: string;
    faxPhone?: string;
    givenName1?: string;
    homePhone?: string;
    mobilePhone?: string;
    streetAddress: StreetAddress[];
    title: string;
}

Properties

businessPhone?: string
emailAddress?: string
familyName: string
faxPhone?: string
givenName1?: string
homePhone?: string
mobilePhone?: string
streetAddress: StreetAddress[]
title: string