CouponsDetailParam constructor

CouponsDetailParam({
  1. String? rebateType,
  2. String? xid,
  3. required String? goodsId,
  4. String? externalId,
  5. String? pid,
  6. String? couponId,
  7. String? channelId,
  8. String? specialId,
})

Implementation

CouponsDetailParam({
  this.rebateType,
  this.xid,
  required this.goodsId,
  this.externalId,
  this.pid,
  this.couponId,
  this.channelId,
  this.specialId,
});