PaymentMethodDetailsPaypal constructor

const PaymentMethodDetailsPaypal({
  1. String? payerEmail,
  2. String? payerId,
  3. String? payerName,
  4. PaymentMethodDetailsPaypalSellerProtection? sellerProtection,
  5. String? transactionId,
})

payment_method_details_paypal

Implementation

const PaymentMethodDetailsPaypal({
  this.payerEmail,
  this.payerId,
  this.payerName,
  this.sellerProtection,
  this.transactionId,
});