ConfirmPaymentIntentOpts constructor

ConfirmPaymentIntentOpts({
  1. String? id,
  2. bool? errorOnRequiresAction,
  3. String? mandate,
  4. bool? offSession,
  5. String? onBehalfOf,
  6. String? paymentMethod,
  7. List<String>? paymentMethodTypes,
  8. String? receiptEmail,
  9. String? statementDescriptor,
  10. String? statementDescriptorSuffix,
})

Implementation

ConfirmPaymentIntentOpts({
  this.id,
  this.errorOnRequiresAction,
  this.mandate,
  this.offSession,
  this.onBehalfOf,
  this.paymentMethod,
  this.paymentMethodTypes,
  this.receiptEmail,
  this.statementDescriptor,
  this.statementDescriptorSuffix,
});