PaymentLinkCreateOptionsPaymentIntentData constructor

const PaymentLinkCreateOptionsPaymentIntentData({
  1. PaymentIntentCaptureMethod? captureMethod,
  2. String? description,
  3. Map<String, String>? metadata,
  4. SessionSetupFutureUsage? setupFutureUsage,
  5. String? statementDescriptor,
  6. String? statementDescriptorSuffix,
  7. String? transferGroup,
})

payment_intent_data_params

A subset of parameters to be passed to PaymentIntent creation for Checkout Sessions in `payment` mode.

Implementation

const PaymentLinkCreateOptionsPaymentIntentData({
  this.captureMethod,
  this.description,
  this.metadata,
  this.setupFutureUsage,
  this.statementDescriptor,
  this.statementDescriptorSuffix,
  this.transferGroup,
});