OBJECT
ApplePayPaymentRequestedAttachment
An Apple Pay payment request attachment
link GraphQL Schema definition
- type ApplePayPaymentRequestedAttachment {
- # Identifier of the event
- UUID! :
- # Payment details
- ApplePayPaymentAttachment! :
- # Displayed message when the visitor receives the event
- CardAttachment! :
- }