DiscoveryPromoter

data class DiscoveryPromoter(val promoterId: String?, val name: String?, val description: String?) : Parcelable

Represents a promoter for an event in the purchase flow.

Parameters

promoterId

The ID of the promoter, or null if not set.

name

The name of the promoter, or null if not set.

description

The description of the promoter, or null if not set.

Constructors

Link copied to clipboard
constructor(promoterId: String?, name: String?, description: String?)

Properties

Link copied to clipboard
Link copied to clipboard
val name: String?
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)