wdc
This commit is contained in:
24
graphql/fragments/TransactionRefundRequestedEvent.graphql
Normal file
24
graphql/fragments/TransactionRefundRequestedEvent.graphql
Normal file
@@ -0,0 +1,24 @@
|
||||
fragment TransactionRefundRequestedEvent on TransactionRefundRequested {
|
||||
__typename
|
||||
recipient {
|
||||
...PaymentGatewayRecipient
|
||||
}
|
||||
action {
|
||||
amount
|
||||
actionType
|
||||
}
|
||||
transaction {
|
||||
id
|
||||
pspReference
|
||||
sourceObject: order {
|
||||
... on Order {
|
||||
total {
|
||||
gross {
|
||||
...Money
|
||||
}
|
||||
}
|
||||
}
|
||||
...OrderOrCheckoutLines
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user