ConfirmPaymentIntentRequest constructor

ConfirmPaymentIntentRequest({
  1. String? returnUrl,
  2. Map<String, dynamic>? mandateData,
  3. String? paymentMethod,
  4. PaymentMethodData? paymentMethodOptions,
  5. String? mandate,
  6. bool? offSession,
  7. List<PaymentMethodType?>? paymentMethodTypes,
  8. String? receiptEmail,
  9. bool? savePaymentMethod,
  10. SetupFutureUsage? setupFutureUsage,
  11. Shipping? shipping,
  12. bool? useStripeSdk,
  13. ConfirmIntentOption? options,
})

Implementation

ConfirmPaymentIntentRequest(
    {this.returnUrl,
    this.mandateData,
    this.paymentMethod,
    this.paymentMethodOptions,
    this.mandate,
    this.offSession,
    this.paymentMethodTypes,
    this.receiptEmail,
    this.savePaymentMethod,
    this.setupFutureUsage,
    this.shipping,
    this.useStripeSdk,
    this.options});