PersonLast updated on
Last updated on
A person's name
A Person is a structured primitive that represents a natural person.
Properties
fullName: string
Full name as a single string.
title?: string
Prefix or honorific (Mr., Dr., etc.).
firstName?: string
First/given name.
middleName?: string
Middle name or initial.
lastName?: string
Last/family name.
suffix?: string
Suffix (Jr., Sr., III, etc.).
Examples
fullName: Dr. Jane Marie Smith, Ph.D.
title: Dr.
firstName: Jane
middleName: Marie
lastName: Smith
suffix: Ph.D.