Get Accounts Account
data class GetAccountsAccount(val enforceTwofactor: Boolean? = null, val id: String? = null, val name: String? = null, val type: String? = null)
Constructors
Link copied to clipboard
fun GetAccountsAccount(enforceTwofactor: Boolean? = null, id: String? = null, name: String? = null, type: String? = null)