emo / me.eater.emo.forge.dto.promotions / Promotions

Promotions

data class Promotions

Constructors

<init>

Promotions(adfocus: String, name: String, promos: Map<String, Promo>, webpath: String)

Properties

adfocus

val adfocus: String

name

val name: String

promos

val promos: Map<String, Promo>

webpath

val webpath: String

Functions

toJson

fun toJson(): String

Companion Object Functions

fromJson

fun fromJson(json: String): Promotions?