paymentMethodTypes property

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

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;