21 lines
312 B
GraphQL
21 lines
312 B
GraphQL
fragment TransactionCancelationRequestedEvent on TransactionCancelationRequested {
|
|
__typename
|
|
recipient {
|
|
...PaymentGatewayRecipient
|
|
}
|
|
action {
|
|
actionType
|
|
amount
|
|
}
|
|
transaction {
|
|
id
|
|
pspReference
|
|
sourceObject: order {
|
|
channel {
|
|
id
|
|
slug
|
|
}
|
|
}
|
|
}
|
|
}
|