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(source)

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

The brand.

Link copied to clipboard

The event's category.

Link copied to clipboard

The currency.

Link copied to clipboard

The event's description.

Link copied to clipboard
val id: String?

The event's ID.

Link copied to clipboard

If the value is a lifetime value or not.

Link copied to clipboard

If its a new item or not.

Link copied to clipboard
val type: String?

The event's type.

Functions

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

Returns the objects represented as a JsonValue.