data class Optin
Optin(userRef: String? = null, ref: String? = null)
val ref: String?
val userRef: String?