PaymentFlowsAutomaticPaymentMethodsPaymentIntent constructor

const PaymentFlowsAutomaticPaymentMethodsPaymentIntent({
  1. PaymentFlowsAutomaticPaymentMethodsPaymentIntentAllowRedirects? allowRedirects,
  2. required bool enabled,
})

PaymentFlowsAutomaticPaymentMethodsPaymentIntent

Implementation

const PaymentFlowsAutomaticPaymentMethodsPaymentIntent({
  this.allowRedirects,
  required this.enabled,
});