paymentMethodTypes property

List<String>? paymentMethodTypes
inherited

The list of payment method types that the customer can use in the payment sheet.

If not set, the payment sheet will display all the payment methods enabled in your Stripe dashboard.

Implementation

List<String>? get paymentMethodTypes => throw _privateConstructorUsedError;