OBJECT

ApplePayPaymentRequestedAttachment

An Apple Pay payment request attachment

link GraphQL Schema definition

  • type ApplePayPaymentRequestedAttachment {
  • # Identifier of the event
  • correlationId: UUID!
  • # Payment details
  • payment: ApplePayPaymentAttachment!
  • # Displayed message when the visitor receives the event
  • receivedMessage: CardAttachment!
  • }