PromotionRecoverOptionNoRecover

@Serializable
@SerialName(value = "NO_RECOVER")
data class PromotionRecoverOptionNoRecover(val spareBudget: PromotionSpareBudget? = null) : PromotionRecoverOption.Recognized

결제 취소 시 프로모션 예산 미복구

Constructors

Link copied to clipboard
constructor(spareBudget: PromotionSpareBudget? = null)

Properties

Link copied to clipboard