Properties

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

Constructors

Link copied to clipboard
constructor(    id: String? = null,     category: String? = null,     type: String? = null,     eventDescription: String? = null,     brand: String? = null,     isNewItem: Boolean? = null,     currency: String? = null,     isLTV: Boolean = false)

Types

Link copied to clipboard
class Builder(    id: String? = null,     category: String? = null,     type: String? = null,     eventDescription: String? = null,     brand: String? = null,     isNewItem: Boolean? = null,     currency: String? = null,     isLTV: Boolean = false,     source: String? = null,     medium: String? = null,     wishlistName: String? = null,     wishlistId: String? = null)
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val brand: String? = null

The brand.

Link copied to clipboard
val category: String? = null

The event's category.

Link copied to clipboard
val currency: String? = null

The currency.

Link copied to clipboard

The event's description.

Link copied to clipboard
val id: String? = null

The event's ID.

Link copied to clipboard
val isLTV: Boolean = false

If the value is a lifetime value or not.

Link copied to clipboard
val isNewItem: Boolean? = null

If its a new item or not.

Link copied to clipboard
val type: String? = null

The event's type.

Functions

Link copied to clipboard
open override fun toJsonValue(): JsonValue

Returns the objects represented as a JsonValue.