paymentMethodTypes property
The list of payment method types (e.g. card) that this PaymentIntent is allowed to use.
Implementation
@JsonKey(name: "payment_method_types")
List<PaymentMethodType> get paymentMethodTypes =>
throw _privateConstructorUsedError;