@oneblink/sdk-core
    Preparing search index...

    Interface CivicaNameRecord

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

    Properties

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