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