ContactPreferredName
A contact's preferred name details.
type ContactPreferredName {
firstName: String
lastName: String
title: String
}
Fields
ContactPreferredName.firstName
● String
scalar
UTF-8 string value that represents the first name of the contact. Optional.
ContactPreferredName.lastName
● String
scalar
UTF-8 string value that represents the last name of the contact. Optional.
ContactPreferredName.title
● String
scalar
UTF-8 string value that represents the title of the contact's name such as Dr/Mrs/Mr. Optional.
Member Of
CeContactStoreContact
object ● Contact
object ● ContactStoreContact
object ● MembershipContactStoreContact
object