ContactPhoneNumbersInput
A contact's phone numbers.
input ContactPhoneNumbersInput {
fax: String
home: String
mobile: String
other: String
work: String
}
Fields
ContactPhoneNumbersInput.fax ● String scalar
UTF-8 string value that represents the contact's fax number. Optional.
ContactPhoneNumbersInput.home ● String scalar
UTF-8 string value that represents the contact's home phone number. Optional.
ContactPhoneNumbersInput.mobile ● String scalar
UTF-8 string value that represents the contact's mobile phone number. Optional.
ContactPhoneNumbersInput.other ● String scalar
UTF-8 string value that represents the contact's other phone number. Optional.
ContactPhoneNumbersInput.work ● String scalar
UTF-8 string value that represents the contact's work phone number. Optional.
Member Of
CreateCeContactStoreContactInput input ● CreateContactInput input ● CreateContactStoreContactInput input ● CreateMembershipContactStoreContactInput input ● UpdateCeContactStoreContactDetailsInput input ● UpdateContactDetailsInput input ● UpdateContactStoreContactDetailsInput input ● UpdateMembershipContactStoreContactDetailsInput input