Promotion

fun Promotion(    name: String,     dateStart: String? = null,     dateEnd: String? = null,     discount: Promotion.Discount,     bonus: List<Promotion.Bonus> = emptyList(),     limits: Promotion.Limits)

Sources

Link copied to clipboard