fragment TransactionCancelationRequestedEvent on TransactionCancelationRequested { __typename recipient { ...PaymentGatewayRecipient } action { actionType amount } transaction { id pspReference sourceObject: order { channel { id slug } } } }