OneTimeProductDiscountedOffer constructor

OneTimeProductDiscountedOffer({
  1. String? endTime,
  2. String? redemptionLimit,
  3. String? startTime,
})

Implementation

OneTimeProductDiscountedOffer({
  this.endTime,
  this.redemptionLimit,
  this.startTime,
});