CommercialMessage

data class CommercialMessage(val message: String, val type: CardCommercialMessageType) : CardAddon

The CommercialMessage container for the Card.

Parameters

message

The message to be displayed. Of type String.

type

The type of the commercial message. Of type CardCommercialMessageType.

Constructors

Link copied to clipboard
constructor(message: String, type: CardCommercialMessageType)

Properties

Link copied to clipboard
Link copied to clipboard