PaymentIntentConfirmOptions constructor

const PaymentIntentConfirmOptions({
  1. PaymentIntentCaptureMethod? captureMethod,
  2. String? confirmationToken,
  3. bool? errorOnRequiresAction,
  4. List<String>? expand,
  5. String? mandate,
  6. PaymentIntentConfirmOptionsMandateData? mandateData,
  7. PaymentIntentOffSession? offSession,
  8. String? paymentMethod,
  9. PaymentIntentPaymentMethodData? paymentMethodData,
  10. PaymentIntentCreateOptionsPaymentMethodOptions? paymentMethodOptions,
  11. RadarRadarOptions? radarOptions,
  12. String? receiptEmail,
  13. String? returnUrl,
  14. PaymentIntentUpdateOptionsSetupFutureUsage? setupFutureUsage,
  15. ChargeCreateOptionsShipping? shipping,
  16. 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,
});