Class DiscountModel

java.lang.Object
org.bhn.promotion.core.model.promotions.DiscountModel

public class DiscountModel extends Object
Represents the discount details applied to a promotion.

This class encapsulates the total discount information, including the grand total after discounts, the total discount applied, and a mapping of individual item discounts.

  • Constructor Details

    • DiscountModel

      public DiscountModel()