menu
parodia_admin package
documentation
core/model/body_data.model.dart
OrderRefundItemBody
OrderRefundItemBody constructor
OrderRefundItemBody constructor
dark_mode
light_mode
OrderRefundItemBody
constructor
OrderRefundItemBody
(
{
String
?
id
,
int
?
quantity
,
bool
?
includeToStock
,
String
?
note
,
})
Implementation
OrderRefundItemBody({ this.id, this.quantity, this.includeToStock, this.note, });
parodia_admin package
documentation
core/model/body_data.model
OrderRefundItemBody
OrderRefundItemBody constructor
OrderRefundItemBody class