PromotionSpareBudgetPercent

@Serializable
@SerialName(value = "PERCENT")
data class PromotionSpareBudgetPercent(val percent: Int) : PromotionSpareBudget.Recognized

Constructors

Link copied to clipboard
constructor(percent: Int)

Properties

Link copied to clipboard