UserAccountSubscriptions

data class UserAccountSubscriptions(val enable: Boolean, val order: Int)

Constructors

Link copied to clipboard
fun UserAccountSubscriptions(enable: Boolean, order: Int)

Properties

Link copied to clipboard
val enable: Boolean
Link copied to clipboard
val order: Int

Sources

Link copied to clipboard