PaymentMethodDetailsPaypal constructor
const
PaymentMethodDetailsPaypal({
- String? payerEmail,
- String? payerId,
- String? payerName,
- PaymentMethodDetailsPaypalSellerProtection? sellerProtection,
- String? transactionId,
payment_method_details_paypal
Implementation
const PaymentMethodDetailsPaypal({
this.payerEmail,
this.payerId,
this.payerName,
this.sellerProtection,
this.transactionId,
});