PaymentFlowsAutomaticPaymentMethodsPaymentIntent constructor
const
PaymentFlowsAutomaticPaymentMethodsPaymentIntent({
- PaymentFlowsAutomaticPaymentMethodsPaymentIntentAllowRedirects? allowRedirects,
- required bool enabled,
PaymentFlowsAutomaticPaymentMethodsPaymentIntent
Implementation
const PaymentFlowsAutomaticPaymentMethodsPaymentIntent({
this.allowRedirects,
required this.enabled,
});