AfterSalesCouponDto constructor
Implementation
AfterSalesCouponDto({
required this.id,
this.title,
this.description,
required this.codeType,
this.code,
this.redeemStartDate,
this.redeemEndDate,
});
AfterSalesCouponDto({
required this.id,
this.title,
this.description,
required this.codeType,
this.code,
this.redeemStartDate,
this.redeemEndDate,
});