PaymentFlowsAutomaticPaymentMethodsSetupIntent constructor

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

PaymentFlowsAutomaticPaymentMethodsSetupIntent

Implementation

const PaymentFlowsAutomaticPaymentMethodsSetupIntent({
  this.allowRedirects,
  this.enabled,
});