paymentMethodTypes property
The list of payment method types that this PaymentIntent is allowed to use.
If this is not provided, defaults to "card"
.
Valid payment method types: PaymentMethodType
Implementation
final Set<PaymentMethodType>? paymentMethodTypes;