menu
flutter_woocommerce_api package
documentation
models/order.dart
Refunds
Refunds.new constructor
Refunds.new constructor
dark_mode
light_mode
Refunds
constructor
Refunds
(
{
int
?
id
,
String
?
reason
,
String
?
total
,
})
Implementation
Refunds({
this
.id,
this
.reason,
this
.total});
flutter_woocommerce_api package
documentation
models/order
Refunds
Refunds.new constructor
Refunds class