PaymentGatewayToInitialize
No description
input PaymentGatewayToInitialize {
id: String!
data: JSON
}
Fields
PaymentGatewayToInitialize.id
● String!
non-null scalar miscellaneous
The identifier of the payment gateway app to initialize.
PaymentGatewayToInitialize.data
● JSON
scalar miscellaneous
The data that will be passed to the payment gateway.
Member Of
paymentGatewayInitialize
mutation ● transactionInitialize
mutation