GlassfyProductDiscount constructor

GlassfyProductDiscount(
  1. num? price,
  2. String? period,
  3. int? numberOfPeriods,
  4. String? type,
)

Implementation

GlassfyProductDiscount(
    this.price, this.period, this.numberOfPeriods, this.type);