PaymentIntentAutomaticPaymentMethods constructor

const PaymentIntentAutomaticPaymentMethods({
  1. required bool? enabled,
})

Implementation

const factory PaymentIntentAutomaticPaymentMethods({
  /// Automatically calculates compatible payment methods
  required bool? enabled,
}) = _PaymentIntentAutomaticPaymentMethods;