SubscriberResponse

data class SubscriberResponse(val email: String? = null, val notifications: Double? = null)

Constructors

Link copied to clipboard
constructor(email: String? = null, notifications: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val email: String? = null

Email of the subscriber

Link copied to clipboard
val notifications: Double? = null

Number specifying what notifications to receive