PromotionDiscountPartition

@Serializable
data class PromotionDiscountPartition(val amountFrom: Long, val scheme: PromotionDiscountScheme)

금액 구간별 프로모션 할인 정책

Constructors

Link copied to clipboard
constructor(amountFrom: Long, scheme: PromotionDiscountScheme)

Properties

Link copied to clipboard
Link copied to clipboard