menu
client_stripe package
documentation
models.dart
PaymentMethodPaypal
PaymentMethodPaypal const constructor
PaymentMethodPaypal const constructor
dark_mode
light_mode
PaymentMethodPaypal
constructor
const
PaymentMethodPaypal
(
{
String
?
payerEmail
,
String
?
payerId
,
})
payment_method_paypal
Implementation
const PaymentMethodPaypal({ this.payerEmail, this.payerId, });
client_stripe package
documentation
models
PaymentMethodPaypal
PaymentMethodPaypal const constructor
PaymentMethodPaypal class