SessionPaypal constructor
const
SessionPaypal({
- SessionCaptureMethod? captureMethod,
- SessionPreferredLocale? preferredLocale,
- String? reference,
- String? riskCorrelationId,
- 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,
});