OBJECT

PriorityPhoneNumber

Priority Phone Number Type

link GraphQL Schema definition

  • type PriorityPhoneNumber {
  • # number type of the PriorityPhoneNumberType
  • numberType: PhoneNumberTypeEnum
  • # phone number of the PriorityPhoneNumberType
  • phoneNumber: String
  • # position of the PriorityPhoneNumberType
  • position: Int
  • }