load
This commit is contained in:
26
graphql/fragments/TransactionInitializeSessionEvent.graphql
Normal file
26
graphql/fragments/TransactionInitializeSessionEvent.graphql
Normal file
@@ -0,0 +1,26 @@
|
||||
fragment TransactionInitializeSessionEvent on TransactionInitializeSession {
|
||||
__typename
|
||||
recipient {
|
||||
...PaymentGatewayRecipient
|
||||
}
|
||||
data
|
||||
merchantReference
|
||||
action {
|
||||
amount
|
||||
currency
|
||||
actionType
|
||||
}
|
||||
issuingPrincipal {
|
||||
... on Node {
|
||||
id
|
||||
}
|
||||
}
|
||||
transaction {
|
||||
id
|
||||
pspReference
|
||||
}
|
||||
sourceObject {
|
||||
__typename
|
||||
...OrderOrCheckoutSourceObject
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user