Class AddToCartEvent

java.lang.Object
com.loop54.model.request.parameters.Event
com.loop54.model.request.parameters.AddToCartEvent

public class AddToCartEvent extends Event
Event for when a user has added a product to the shopping cart.
  • Constructor Details

    • AddToCartEvent

      public AddToCartEvent(Entity entity)
      Parameters:
      entity - The entity that the user has added to the cart.