OBJECT

EligiblePaymentMethod

The list of payment methods that are supported for web checkout for a user.

link GraphQL Schema definition

1type EligiblePaymentMethod {
2
3# Availability status of the underlying payment gateway.
4availabilityStatus: PaymentMethodAvailabilityStatus!
5
6# Name of the payment method.
7name: EligiblePaymentMethodName!
8
9}