Name Object
The object describing a contact's name.
Example
{
"formatted_name": "NAME",
"first_name": "FIRST_NAME",
"last_name": "LAST_NAME",
"middle_name": "MIDDLE_NAME",
"suffix": "SUFFIX",
"prefix": "PREFIX"
}
Properties
formatted_name
: string — contact's name as it's to be displayed.first_name
: string (optional) — contact's first name.last_name
: string (optional) — contact's last name.middle_name
: string (optional) — contact's middle name.suffix
: string (optional) — contact's name suffix.prefix
: string (optional) — contact's name prefix.