VerticalFeedItemPromoCodeComponent

data class VerticalFeedItemPromoCodeComponent(id: String, text: String) : VerticalFeedItemComponent

This data class represents the PromoCode component.

Constructors

VerticalFeedItemPromoCodeComponent
Link copied to clipboard
fun VerticalFeedItemPromoCodeComponent(id: String, text: String)

Properties

id
Link copied to clipboard
open override val id: String

Id of the interactive component

text
Link copied to clipboard
val text: String

PromoCode text that the user copied

type
Link copied to clipboard
val type: VerticalFeedItemComponentType

Type of the interactive component