ContactPhoneNumbers
Encapsulates information about a contact number.
type ContactPhoneNumbers {
fax: String
home: String
inCountryMobile: String
mobile: String
other: String
}
Fields
ContactPhoneNumbers.fax ● String scalar
UTF-8 string value that represents the contact's fax number. Optional.
ContactPhoneNumbers.home ● String scalar
UTF-8 string value that represents the contact's home phone number. Optional.
ContactPhoneNumbers.inCountryMobile ● String scalar
UTF-8 string value that represents the contact's local mobile/cell phone number. Optional.
ContactPhoneNumbers.mobile ● String scalar
UTF-8 string value that represents the contact's mobile/cell phone number. Optional.
ContactPhoneNumbers.other ● String scalar
UTF-8 string value that represents the contact's other phone number. Optional.
Member Of
CeContactStoreContact object ● Contact object ● ContactStoreContact object ● MembershipContactStoreContact object