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