public class EcommerceTransaction extends AbstractEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
EcommerceTransaction.Builder<T extends EcommerceTransaction.Builder<T>> |
context, deviceCreatedTimestamp, eventId, subject, trueTimestamp| Modifier | Constructor and Description |
|---|---|
protected |
EcommerceTransaction(EcommerceTransaction.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
static EcommerceTransaction.Builder<?> |
builder() |
java.util.List<EcommerceTransactionItem> |
getItems()
The list of Transaction Items passed with the event.
|
TrackerPayload |
getPayload()
Returns a TrackerPayload which can be stored into
the local database.
|
getContext, getDeviceCreatedTimestamp, getEventId, getSubject, getTimestamp, getTrueTimestamp, putDefaultParamsprotected EcommerceTransaction(EcommerceTransaction.Builder<?> builder)
public static EcommerceTransaction.Builder<?> builder()
public TrackerPayload getPayload()
getPayload in interface EventgetPayload in class AbstractEventpublic java.util.List<EcommerceTransactionItem> getItems()