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