PaymentIntentConfirmOptions constructor
const
PaymentIntentConfirmOptions({
- PaymentIntentCaptureMethod? captureMethod,
- String? confirmationToken,
- bool? errorOnRequiresAction,
- List<
String> ? expand, - String? mandate,
- PaymentIntentConfirmOptionsMandateData? mandateData,
- PaymentIntentOffSession? offSession,
- String? paymentMethod,
- PaymentIntentPaymentMethodData? paymentMethodData,
- PaymentIntentCreateOptionsPaymentMethodOptions? paymentMethodOptions,
- RadarRadarOptions? radarOptions,
- String? receiptEmail,
- String? returnUrl,
- PaymentIntentUpdateOptionsSetupFutureUsage? setupFutureUsage,
- ChargeCreateOptionsShipping? shipping,
- bool? useStripeSdk,
Implementation
const PaymentIntentConfirmOptions({
this.captureMethod,
this.confirmationToken,
this.errorOnRequiresAction,
this.expand,
this.mandate,
this.mandateData,
this.offSession,
this.paymentMethod,
this.paymentMethodData,
this.paymentMethodOptions,
this.radarOptions,
this.receiptEmail,
this.returnUrl,
this.setupFutureUsage,
this.shipping,
this.useStripeSdk,
});