CatalogDiscount constructor

CatalogDiscount({
  1. String? name,
  2. String? labelColor,
  3. String? percentage,
  4. Money? amountMoney,
  5. CatalogDiscountType? discountType,
  6. Money? maximumAmountMoney,
  7. CatalogDiscountModifyTaxBasis? modifyTaxBasis,
  8. bool? pinRequired,
})

Implementation

CatalogDiscount({
  this.name, this.labelColor, this.percentage, this.amountMoney,
  this.discountType, this.maximumAmountMoney, this.modifyTaxBasis,
  this.pinRequired
});