Class OrderItem

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

public class OrderItem extends BaseOrderItem implements Serializable
Represents an item in an order, extending the base order item model.

This class contains details about the item, including any associated fees, taxes, offers, discounts, and shipping fees that may apply to it in the context of a pricing model.

See Also:
  • Constructor Details

    • OrderItem

      public OrderItem()