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

public class Offer extends Object implements Serializable
Represents an offer that can be applied in pricing contexts.

This model holds information about a specific offer, including its unique identifier, a code for easy reference, a description, and its monetary value along with the currency in which the offer is expressed.

See Also:
  • Constructor Details

    • Offer

      public Offer()