Card

data class Card(id: Long, cardId: String, category: String, template: Template, metaData: MetaData)

Properties

cardId
Link copied to clipboard
val cardId: String

Unique identifier for the campaign

category
Link copied to clipboard
val category: String

Category to which the campign belongs.

id
Link copied to clipboard
val id: Long
metaData
Link copied to clipboard
val metaData: MetaData

Meta data related to the campaign like status, delivery control etc.

template
Link copied to clipboard
val template: Template

Template payload for the campaign.