menu
flutter_paypal_native package
documentation
models/approval/items.dart
Items
Items constructor
Items constructor
dark_mode
light_mode
Items
constructor
Items
(
{
String
?
description
,
String
?
name
,
UnitPrice
?
unitPrice
,
int
?
quantity
,
UnitPrice
?
total
,
String
?
details
,
})
Implementation
Items( {this.description, this.name, this.unitPrice, this.quantity, this.total, this.details});
flutter_paypal_native package
documentation
models/approval/items
Items
Items constructor
Items class