PaymentIntentLink constructor
const
PaymentIntentLink({
- SessionCaptureMethod? captureMethod,
- String? persistentToken,
- 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,
});