Class OrderEvent.ProductAddedToOrder

    • Field Detail

      • productId

        public final ProductId productId
      • quantity

        public final int quantity
    • Constructor Detail

      • ProductAddedToOrder

        public ProductAddedToOrder​(OrderId orderId,
                                   ProductId productId,
                                   int quantity)