automaticPaymentMethods property

  1. @JsonKey(name: "automatic_payment_methods")
PaymentIntentAutomaticPaymentMethods? automaticPaymentMethods
inherited

Settings to configure compatible payment methods from the Stripe Dashboard

Implementation

@JsonKey(name: "automatic_payment_methods")
PaymentIntentAutomaticPaymentMethods? get automaticPaymentMethods =>
    throw _privateConstructorUsedError;