MyBusinessFeatureChanged

data class MyBusinessFeatureChanged(val enabled: Boolean) : FeatureEvents

This data class is used internally if my business feature is changed

Constructors

Link copied to clipboard
fun MyBusinessFeatureChanged(enabled: Boolean)

Properties

Link copied to clipboard
open override val enabled: Boolean

Inherited properties

Link copied to clipboard
val createdAt: Date
Link copied to clipboard
var type: String