Builds a name object for a contact, required for contacts. The object requires a formatted_name and at least another property.
Full name, as it normally appears
Optional first_name: stringFirst name
Optional last_name: stringLast name
Optional middle_name: stringMiddle name
Optional suffix: stringName suffix
Optional prefix: stringName prefix
If no other component apart from formatted_name is defined
Optional Readonly first_The first name of the contact
Readonly formatted_The formatted name of the contact
Optional Readonly last_The last name of the contact
Optional Readonly middle_The middle name of the contact
Optional Readonly prefixThe prefix of the contact
Optional Readonly suffixThe suffix of the contact
Generated using TypeDoc
Name API object