RefundDTO constructor
RefundDTO({})
Implementation
RefundDTO({
super.id,
super.createdAt,
super.updatedAt,
super.isActive,
super.isDeleted,
this.sku,
this.quantity,
this.type,
this.status,
this.include,
this.note,
this.startDate,
this.endDate,
this.purchaseDate,
this.purchasePrice,
this.purchaseCurrency,
});