ENUM

ApplePayContactField

Possible Apple Pay contact fields

link GraphQL Schema definition

  • enum ApplePayContactField {
  • # Email address of the Apple Pay contact
  • EMAIL
  • # Full name of the Apple Pay contact
  • NAME
  • # Phonetic spelling of the contact's given name
  • PHONETIC_NAME
  • # Postal address of the Apple Pay contact
  • POSTAL_ADDRESS
  • }