menu
paypal_sdk package
documentation
core.dart
PlatformFee
PlatformFee const constructor
PlatformFee const constructor
dark_mode
light_mode
PlatformFee
constructor
const
PlatformFee
(
{
required
Money
amount
,
Payee
?
payee
,
})
Implementation
const PlatformFee({required this.amount, this.payee});
paypal_sdk package
documentation
core
PlatformFee
PlatformFee const constructor
PlatformFee class