RetailEventTemplate

sealed class RetailEventTemplate

Constructors

Link copied to clipboard
protected constructor()

Types

Link copied to clipboard
class Properties(val id: String? = null, val category: String? = null, val type: String? = null, val eventDescription: String? = null, val brand: String? = null, val isNewItem: Boolean? = null, val currency: String? = null, val isLTV: Boolean = false) : JsonSerializable
Link copied to clipboard
sealed class Type(eventName: String)