Class Discount

java.lang.Object
org.bhn.promotion.core.model.pricing.Discount
All Implemented Interfaces:
Serializable

public class Discount extends Object implements Serializable
Represents a discount applied to a pricing model.

This class encapsulates the details of a discount, including its code, type, value, description, and currency. It allows for flexible discount configurations based on different pricing strategies.

See Also:
  • Constructor Details

    • Discount

      public Discount()