@webitel/api-services
    Preparing search index...
    interface ContactsName {
        commonName?: string;
        familyName?: string;
        givenName?: string;
        middleName?: string;
        verified?: boolean;
    }
    Index

    Properties

    commonName?: string

    REQUIRED. End-User's full name in displayable form including all name parts, possibly including titles and suffixes, ordered according to the End-User's locale and preferences.

    familyName?: string
    givenName?: string
    middleName?: string

    OPTIONAL. Middle name(s) of the End-User. Note that in some cultures, people can have multiple middle names; all can be present, with the names being separated by space characters. Also note that in some cultures, middle names are not used.

    verified?: boolean

    Indicate whether Contact, as a Person, realy owns this associated name.