PromotionDiscountScheme

@Serializable(with = PromotionDiscountSchemeSerializer::class)
sealed interface PromotionDiscountScheme

Inheritors

Types

Link copied to clipboard
@Serializable
sealed interface Recognized : PromotionDiscountScheme

현재 SDK 버전에서 처리 가능한 응답을 나타냅니다.

Link copied to clipboard
@Serializable
data object Unrecognized : PromotionDiscountScheme

현재 SDK 버전에서 알 수 없는 응답을 나타냅니다.