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