menu
flutter_paypal_native package
documentation
models/approval_data.dart
ShippingMethods
ShippingMethods constructor
ShippingMethods constructor
dark_mode
light_mode
ShippingMethods
constructor
ShippingMethods
(
{
String
?
id
,
bool
?
selected
,
String
?
label
,
String
?
type
,
UnitPrice
?
amount
,
})
Implementation
ShippingMethods({this.id, this.selected, this.label, this.type, this.amount});
flutter_paypal_native package
documentation
models/approval_data
ShippingMethods
ShippingMethods constructor
ShippingMethods class