PaymentCheckBalanceInput Input Type
No description
input PaymentCheckBalanceInput {
gatewayId: String!
method: String!
channel: String!
card: CardInput!
}
Fields
gatewayId ● String!
An ID of a payment gateway to check.
method ● String!
Payment method name.
channel ● String!
Slug of a channel for which the data should be returned.
card ● CardInput!
Information about card.
Member Of
paymentCheckBalance mutation