public class RemoveItemFromCart extends Event
RemoveItemFromCart to record when a user removes an item from their shopping cart or list.| Constructor and Description |
|---|
RemoveItemFromCart() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Item |
getItem() |
String |
getSessionId() |
String |
getUserId() |
RemoveItemFromCart |
setItem(Item item) |
RemoveItemFromCart |
setSessionId(String sessionId) |
RemoveItemFromCart |
setUserId(String userId) |
addCustomField, getApiKey, getCustomFields, getEventType, getTime, setApiKey, setTimepublic String getSessionId()
public String getUserId()
public Item getItem()
public RemoveItemFromCart setSessionId(String sessionId)
public RemoveItemFromCart setUserId(String userId)
public RemoveItemFromCart setItem(Item item)
Copyright © 2014. All rights reserved.