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