UALCommerceEvent

constructor(eventType: UALCommerceEvent.EventType, currency: String?, cart: Cart?, transactionData: Transaction?, iccpTransaction: ICCPTransaction?, productList: List<Product>, customAttributes: Map<String, String>)

Parameters

eventType

The type of commerce event.

currency

The currency code, or null if not set.

cart

The Cart associated with the event, or null.

transactionData

The Transaction data, or null.

iccpTransaction

The ICCPTransaction data, or null.

productList

List of Product in the event.

customAttributes

Map of custom attributes for analytics.