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

public class Fee extends Object implements Serializable
Represents a fee associated with a pricing model.

This class encapsulates information about a fee, including its tier, name, type, value, and currency. Fees can vary based on different pricing tiers and may be used in various promotional contexts.

See Also:
  • Constructor Details

    • Fee

      public Fee()