Discovery Promoter
data class DiscoveryPromoter(val promoterId: String?, val name: String?, val description: String?) : Parcelable
Represents a promoter for an event in the purchase flow.
Parameters
promoter Id
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.