PaymentMethodPaypal constructor

const PaymentMethodPaypal({
  1. String? payerEmail,
  2. String? payerId,
})

payment_method_paypal

Implementation

const PaymentMethodPaypal({
  this.payerEmail,
  this.payerId,
});