Class BaseTotalDetails

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

public class BaseTotalDetails extends Object implements Serializable
Represents the total details of a transaction, including quantities and monetary summaries. This class encapsulates key financial information relevant to promotions, including the total quantity of items and the calculated totals for grand and merchandise values.
See Also:
  • Constructor Details

    • BaseTotalDetails

      public BaseTotalDetails()