PromoCodeBody constructor

PromoCodeBody({
  1. String? storeId,
  2. String? code,
  3. int? limit,
  4. int? amount,
  5. String? amountType,
  6. String? type,
  7. List<String>? products,
  8. List<String>? categories,
})

Implementation

PromoCodeBody({
  this.storeId,
  this.code,
  this.limit,
  this.amount,
  this.amountType,
  this.type,
  this.products,
  this.categories,
});