CatalogDiscount constructor
CatalogDiscount({
- String? name,
- String? labelColor,
- String? percentage,
- Money? amountMoney,
- CatalogDiscountType? discountType,
- Money? maximumAmountMoney,
- CatalogDiscountModifyTaxBasis? modifyTaxBasis,
- bool? pinRequired,
Implementation
CatalogDiscount({
this.name, this.labelColor, this.percentage, this.amountMoney,
this.discountType, this.maximumAmountMoney, this.modifyTaxBasis,
this.pinRequired
});