data class Recipient
One of id or userRef must not be null.
Recipient(id: String?, userRef: String? = null)
val id: String?
val userRef: String?