PaymentIntentLink constructor

const PaymentIntentLink({
  1. SessionCaptureMethod? captureMethod,
  2. String? persistentToken,
  3. SessionPaypalSetupFutureUsage? setupFutureUsage,
})

payment_intent_payment_method_options_param

If this is a `link` PaymentMethod, this sub-hash contains details about the Link payment method options.

Implementation

const PaymentIntentLink({
  this.captureMethod,
  this.persistentToken,
  this.setupFutureUsage,
});