Class PurchaseEvent
java.lang.Object
com.loop54.model.request.parameters.Event
com.loop54.model.request.parameters.PurchaseEvent
Event for when a user has purchased a product.
-
Field Summary
FieldsModifier and TypeFieldDescriptionAn identifier of the purchase order.How many items of the entity that has been purchased.How much revenue the purchase may have resulted in. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
orderId
An identifier of the purchase order. Optional. -
revenue
How much revenue the purchase may have resulted in. Optional. -
quantity
How many items of the entity that has been purchased. Optional.
-
-
Constructor Details
-
PurchaseEvent
- Parameters:
entity- The entity that the user has purchased.
-