paymentMethodTypes property

  1. @JsonKey(name: "payment_method_types")
List<PaymentMethodType> get paymentMethodTypes
inherited

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;