SessionPaypal constructor

const SessionPaypal({
  1. SessionCaptureMethod? captureMethod,
  2. SessionPreferredLocale? preferredLocale,
  3. String? reference,
  4. String? riskCorrelationId,
  5. SessionPaypalSetupFutureUsage? setupFutureUsage,
})

payment_method_options_param

contains details about the PayPal payment method options.

Implementation

const SessionPaypal({
  this.captureMethod,
  this.preferredLocale,
  this.reference,
  this.riskCorrelationId,
  this.setupFutureUsage,
});