Skip to main content

AvailablePaymentMethod

No description

type AvailablePaymentMethod {
paymentMethod: PaymentMethods
configured: Boolean
enabled: Boolean
}

Fields

AvailablePaymentMethod.paymentMethod ● PaymentMethods enum

The specific payment method

AvailablePaymentMethod.configured ● Boolean scalar

Whether there is one provider configured for the payment method

AvailablePaymentMethod.enabled ● Boolean scalar

Whether there is one provider enabled for the payment method

Returned By

availablePaymentMethods query