OBJECT
EligiblePaymentMethod
The list of payment methods that are supported for web checkout for a user.
link GraphQL Schema definition
1 type EligiblePaymentMethod { 2 3 # Availability status of the underlying payment gateway. 4 : PaymentMethodAvailabilityStatus! 5 6 # Name of the payment method. 7 : EligiblePaymentMethodName! 8 9 }