CheckoutPaypalPaymentMethodOptions constructor

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

CheckoutPaypalPaymentMethodOptions

Implementation

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