MyBusinessGroupRecipient

data class MyBusinessGroupRecipient(var groupId: Long, var groupName: String?) : RecipientModel

Constructors

Link copied to clipboard
fun MyBusinessGroupRecipient(groupId: Long, groupName: String?)

Properties

Link copied to clipboard
var groupId: Long
Link copied to clipboard
var groupName: String?

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int