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