PaymentMethodOptionsPaypal constructor

const PaymentMethodOptionsPaypal({
  1. String? preferredLocale,
  2. String? reference,
  3. CheckoutLinkPaymentMethodOptionsSetupFutureUsage? setupFutureUsage,
})

payment_method_options_paypal

Implementation

const PaymentMethodOptionsPaypal({
  this.preferredLocale,
  this.reference,
  this.setupFutureUsage,
});