SubNotification

@Serializable
data class SubNotification(val subTier: String = "", val isPrime: Boolean = false, val durationMonths: Int = 0)

Constructors

Link copied to clipboard
constructor(subTier: String = "", isPrime: Boolean = false, durationMonths: Int = 0)

Properties

Link copied to clipboard
@SerialName(value = "duration_months")
val durationMonths: Int
Link copied to clipboard
@SerialName(value = "is_prime")
val isPrime: Boolean
Link copied to clipboard
@SerialName(value = "sub_tier")
val subTier: String