PromotionBadge

class PromotionBadge(var target: Promotion.PromotionBadgeTarget, var contentsKey: String, var badgeType: String) : DataModel

유저에게 새로운 프로모션 내용이 등록 되었음을 알려주기 위한 정보
Badge information to inform users that new promotions are registered

Constructors

Link copied to clipboard
constructor(target: Promotion.PromotionBadgeTarget, contentsKey: String, badgeType: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Inherited functions

Link copied to clipboard
open fun toJSON(): JSONObject
Link copied to clipboard
fun toMap(): Map<String, Any>
Link copied to clipboard
open override fun toString(): String