PromotionAmountDiscount

@Serializable
@SerialName(value = "AMOUNT")
data class PromotionAmountDiscount(val amount: Long) : PromotionDiscount

Constructors

Link copied to clipboard
constructor(amount: Long)

Properties

Link copied to clipboard