EnableAccountInvitesRequest

data class EnableAccountInvitesRequest(val account: Did, val note: String? = null)

Constructors

Link copied to clipboard
constructor(account: Did, note: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val note: String? = null

Optional reason for enabled invites.